feat/task1-c-wallet
devil_gong 2018-09-28 14:45:56 +08:00
parent 82c56db090
commit 41909b1566
1 changed files with 1 additions and 2 deletions

View File

@ -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');