修改测试文件

This commit is contained in:
邹景立 2022-11-18 18:13:23 +08:00
parent 18e7200a69
commit 48245c7a01
2 changed files with 4 additions and 4 deletions

View File

@ -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 {
// 实例支付对象

View File

@ -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 {
// 实例支付对象