From 41909b1566eee1d7e45d1926cad2f4c24e6ee24f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 28 Sep 2018 14:45:56 +0800 Subject: [PATCH] pay --- .../Application/Api/Controller/OrderNotifyController.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service/Application/Api/Controller/OrderNotifyController.class.php b/service/Application/Api/Controller/OrderNotifyController.class.php index 7e8cb37a4..0514ca7a5 100755 --- a/service/Application/Api/Controller/OrderNotifyController.class.php +++ b/service/Application/Api/Controller/OrderNotifyController.class.php @@ -35,8 +35,7 @@ class OrderNotifyController extends CommonController */ public function Notify() { - $params = $_REQUEST; - $ret = OrderService::Respond($params); + $ret = OrderService::Notify($_REQUEST); if($ret['code'] == 0) { exit('success');