This commit is contained in:
devil_gong
2018-12-28 10:33:43 +08:00
parent 6a2847829f
commit f62086c634
2 changed files with 0 additions and 7 deletions

View File

@ -34,7 +34,6 @@ 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)
{