debug
parent
0543758091
commit
6ec9e36b2c
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
[]
|
||||
Loading…
Reference in New Issue