diff --git a/service/Application/Api/Controller/OrderNotifyController.class.php b/service/Application/Api/Controller/OrderNotifyController.class.php index d19aa7c3d..a351bf80a 100755 --- a/service/Application/Api/Controller/OrderNotifyController.class.php +++ b/service/Application/Api/Controller/OrderNotifyController.class.php @@ -36,7 +36,6 @@ class OrderNotifyController extends CommonController public function Notify() { $params = $_REQUEST; - $params['user'] = $this->user; $ret = OrderService::Respond($params); if($ret['code'] == 0) {