feat/task1-c-wallet
devil_gong 2018-12-28 10:37:54 +08:00
parent c8c705b1e1
commit 8dbe9d279f
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ class OrderNotify extends Common
*/
public function Notify()
{
file_put_contents('./kkkkkk.txt', json_encode($this->data_request));
$ret = OrderService::Notify($this->data_request);
file_put_contents('./rrrrrr.txt', json_encode($ret));
if($ret['code'] == 0)
{
exit('success');