提交 c8c705b1 编写于 作者: D devil_gong

debug

上级 f62086c6
......@@ -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';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册