1 Star 0 Fork 340

beads123 / iWshop

forked from Yc Chan / iWshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wxpay_notify.php 425 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Zsoner 提交于 2016-08-09 15:51 . 合并主干线
<?php
/**
* 支付回调入口
* @description Hope You Do Good But Not Evil
* @copyright Copyright 2014-2015 <ycchen@iwshop.cn>
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chenyong Cai <ycchen@iwshop.cn>
* @package Wshop
* @link http://www.iwshop.cn
*/
$GLOBALS['controller'] = 'iPayment';
$GLOBALS['action'] = 'payment_notify';
include dirname(__FILE__) . '/index.php';
PHP
1
https://gitee.com/cqmivi/iWshop.git
git@gitee.com:cqmivi/iWshop.git
cqmivi
iWshop
iWshop
master

搜索帮助