4 Star 2 Fork 1

天凉好个秋/商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
payment_order_weixin_respond.php 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
liubinbin 提交于 2019-07-03 23:03 . a
<?php
/**
* 订单支付同步入口
*/
// 默认绑定模块
$_GET['s'] = '/index/order/respond';
// 支付模块标记
define('PAYMENT_TYPE', 'Weixin');
// 根目录入口
define('IS_ROOT_ACCESS', true);
// 引入公共入口文件
require './public/index.php';
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liubb8280/shopping_mall.git
git@gitee.com:liubb8280/shopping_mall.git
liubb8280
shopping_mall
商城
master

搜索帮助