mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
修改测试文件
This commit is contained in:
parent
18e7200a69
commit
48245c7a01
@ -18,8 +18,8 @@ include "../include.php";
|
||||
// 2. 准备公众号配置参数
|
||||
$config = include "./alipay.php";
|
||||
// 参考公共参数 https://docs.open.alipay.com/203/107090/
|
||||
$config['notify_url'] = 'http://pay.thinkadmin.top/test/alipay-notify.php';
|
||||
$config['return_url'] = 'http://pay.thinkadmin.top/test/alipay-success.php';
|
||||
$config['notify_url'] = 'https://pay.thinkadmin.top/test/alipay-notify.php';
|
||||
$config['return_url'] = 'https://pay.thinkadmin.top/test/alipay-success.php';
|
||||
|
||||
try {
|
||||
// 实例支付对象
|
||||
|
@ -19,8 +19,8 @@ include "../include.php";
|
||||
$config = include "./alipay.php";
|
||||
|
||||
// 参考公共参数 https://docs.open.alipay.com/203/107090/
|
||||
$config['notify_url'] = 'http://pay.thinkadmin.top/test/alipay-notify.php';
|
||||
$config['return_url'] = 'http://pay.thinkadmin.top/test/alipay-success.php';
|
||||
$config['notify_url'] = 'https://pay.thinkadmin.top/test/alipay-notify.php';
|
||||
$config['return_url'] = 'https://pay.thinkadmin.top/test/alipay-success.php';
|
||||
|
||||
try {
|
||||
// 实例支付对象
|
||||
|
Loading…
x
Reference in New Issue
Block a user