This commit is contained in:
devil_gong
2018-12-28 10:36:19 +08:00
parent f62086c634
commit c8c705b1e1
2 changed files with 2 additions and 1 deletions

View File

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