feat/task1-c-wallet
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)
{

View File

@ -3,7 +3,7 @@
/**
* 订单支付异步入口
*/
file_put_contents('./gggggg.txt', json_encode($_REQUEST));
// 默认绑定模块
$_GET['s'] = '/api/ordernotify/notify';