feat/task1-c-wallet
devil_gong 2018-09-28 14:41:28 +08:00
parent fc52583094
commit f754d69116
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{