From fd53bdda157c6855d851f44b2f9cc0fd5d03dcba Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Wed, 20 Nov 2019 16:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=9E=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Callback/Controller/NotifyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index be51a67a2..9fbd2ba6a 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -59,7 +59,7 @@ class NotifyController extends BaseController if ($apitype == "swiftpass") { $apitype = "weixin"; } - $pay = new \Think\Pay($pay_way, C($apitype)); + $pay = new \Think\Pay\Pay($pay_way, C($apitype)); if ($pay->verifyNotify($notify)) { //获取回调订单信息