diff --git a/application/api/controller/Ordernotify.php b/application/api/controller/Ordernotify.php index d2cdcd651c45c932fc69b74fe4b2bef083d155af..caa1e4ddee92b9d6786b10ada9c80dd113f6be68 100755 --- a/application/api/controller/Ordernotify.php +++ b/application/api/controller/Ordernotify.php @@ -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');