shopxo/service/alipay_life_notify.php
devil_gong b90faf5fc4 菜单
2018-10-30 18:31:11 +08:00

18 lines
261 B
PHP
Executable File

<?php
/**
* 支付宝生活号回调处理
*/
// 默认绑定模块
$_GET['m'] = 'Api';
$_GET['c'] = 'AlipayLife';
$_GET['a'] = 'Index';
// 引入公共入口文件
require './core.php';
// 引入ThinkPHP入口文件
require './ThinkPHP/ThinkPHP.php';
?>