From 02e5dcdd2155aafd234420c04b5c87e4a9b2e591 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 28 Nov 2019 08:55:18 +0800 Subject: [PATCH] =?UTF-8?q?ssg=E5=9B=9E=E8=B0=835?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThinkPHP/Library/Think/Pay.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThinkPHP/Library/Think/Pay.class.php b/ThinkPHP/Library/Think/Pay.class.php index 3d4b06543..02340de61 100644 --- a/ThinkPHP/Library/Think/Pay.class.php +++ b/ThinkPHP/Library/Think/Pay.class.php @@ -170,7 +170,7 @@ class Pay $notifyurl = $vo->getNotifyUrl(); if (!$notifyurl){ // $notifyurl = 'http://' . $_SERVER ['HTTP_HOST'] . '/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; - $notifyurl = 'http://m.wmtxkj.com/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; + $notifyurl = 'https://m.wmtxkj.com/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; } Log::write($notifyurl, Log::DEBUG); $request->setNotifyUrl($notifyurl);