1 Star 0 Fork 3

diycp2015 / 微擎小程序TP6.0框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
notify.php 166 Bytes
一键复制 编辑 原始数据 按行查看 历史
辰风沐阳 提交于 2021-09-17 00:01 . 小程序支付回调逻辑封装
<?php
namespace think;
require __DIR__ . '/vendor/autoload.php';
// 执行HTTP应用并响应
$http = (new App())->http->run();
\app\common\logic\Notify::main();
PHP
1
https://gitee.com/diycp2015/wechat-applet.git
git@gitee.com:diycp2015/wechat-applet.git
diycp2015
wechat-applet
微擎小程序TP6.0框架
master

搜索帮助