feat/task1-c-wallet
devil_gong 2018-12-28 10:45:00 +08:00
parent 0543758091
commit 6ec9e36b2c
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -1 +0,0 @@
[]