From 4851ffe4e38112a529c0cd3c9cf4493f926c377e Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 28 Nov 2019 08:49:01 +0800 Subject: [PATCH] =?UTF-8?q?ssg=E6=B5=8B=E8=AF=95=E5=9B=9E=E6=8E=893?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThinkPHP/Library/Think/Pay.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ThinkPHP/Library/Think/Pay.class.php b/ThinkPHP/Library/Think/Pay.class.php index 5583aecf0..25987dbfa 100644 --- a/ThinkPHP/Library/Think/Pay.class.php +++ b/ThinkPHP/Library/Think/Pay.class.php @@ -169,7 +169,8 @@ class Pay } $notifyurl = $vo->getNotifyUrl(); if (!$notifyurl){ - $notifyurl = 'http://' . $_SERVER ['HTTP_HOST'] . '/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; + // $notifyurl = 'http://' . $_SERVER ['HTTP_HOST'] . '/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; + $notifyurl = 'http://m.wmtxkj.cn/callback.php/Notify2/notify/apitype/alipay/methodtype/notify'; } Log::write($notifyurl, Log::DEBUG); $request->setNotifyUrl($notifyurl);