This commit is contained in:
devil_gong
2018-12-28 09:54:40 +08:00
parent 961cbe1be5
commit 0c105dd1b8
4 changed files with 7 additions and 6 deletions

View File

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