feat/task1-c-wallet
gongfuxiang 2018-12-28 02:35:20 +08:00
parent 9d2a9fc0cd
commit 961cbe1be5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class OrderNotify extends Common
*/
public function Notify()
{
$ret = OrderService::Notify($_REQUEST);
$ret = OrderService::Notify($this->data_request);
if($ret['code'] == 0)
{
exit('success');