debug
parent
f62086c634
commit
c8c705b1e1
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* 订单支付异步入口
|
||||
*/
|
||||
file_put_contents('./gggggg.txt', json_encode($_REQUEST));
|
||||
|
||||
// 默认绑定模块
|
||||
$_GET['s'] = '/api/ordernotify/notify';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue