解决回掉

master
chenzhi 5 years ago
parent 8191f5a50f
commit fd53bdda15

@ -59,7 +59,7 @@ class NotifyController extends BaseController
if ($apitype == "swiftpass") { if ($apitype == "swiftpass") {
$apitype = "weixin"; $apitype = "weixin";
} }
$pay = new \Think\Pay($pay_way, C($apitype)); $pay = new \Think\Pay\Pay($pay_way, C($apitype));
if ($pay->verifyNotify($notify)) { if ($pay->verifyNotify($notify)) {
//获取回调订单信息 //获取回调订单信息

Loading…
Cancel
Save