From 48245c7a01b1880a5c8eefec8479d0464a4ae914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 18 Nov 2022 18:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _test/alipay-wap.php | 4 ++-- _test/alipay-web.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_test/alipay-wap.php b/_test/alipay-wap.php index 5989088..99aac23 100644 --- a/_test/alipay-wap.php +++ b/_test/alipay-wap.php @@ -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 { // 实例支付对象 diff --git a/_test/alipay-web.php b/_test/alipay-web.php index d134d04..b90a1da 100644 --- a/_test/alipay-web.php +++ b/_test/alipay-web.php @@ -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 { // 实例支付对象