From e4c19036e9ee957c11643f3f0ead80e94036eb78 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Thu, 14 Nov 2019 16:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E4=B9=BE=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/WapPayController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/WapPayController.class.php b/Application/Sdk/Controller/WapPayController.class.php index 24a9a459..1c278550 100644 --- a/Application/Sdk/Controller/WapPayController.class.php +++ b/Application/Sdk/Controller/WapPayController.class.php @@ -330,6 +330,7 @@ class WapPayController extends BaseController{ 'txnTime' => $payInfo['txnTime'], 'smsCode' => $param['smsCode'], 'secret' => C('sqpay.key'), + 'NotifyURL' => C('PAY_DOMAIN')."/callback.php/Notify/sq_callback",//通知 )); //echo "发起支付==》".time()."
"; if ($rsp['responseCode'] == '88') {