diff --git a/application/api/controller/Ordernotify.php b/application/api/controller/Ordernotify.php index 8a4cafaebb199e7824aefcd347d1da600bf884fb..d2cdcd651c45c932fc69b74fe4b2bef083d155af 100755 --- a/application/api/controller/Ordernotify.php +++ b/application/api/controller/Ordernotify.php @@ -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) { diff --git a/public/payment_order_alipaymini_notify.php b/public/payment_order_alipaymini_notify.php index cd146f15b8456e215e0df92eb810d45a28300e44..2f741094b3cd6ca5393c57a7d1bdde6fa9ffd401 100755 --- a/public/payment_order_alipaymini_notify.php +++ b/public/payment_order_alipaymini_notify.php @@ -3,7 +3,7 @@ /** * 订单支付异步入口 */ -file_put_contents('./gggggg.txt', json_encode($_REQUEST)); + // 默认绑定模块 $_GET['s'] = '/api/ordernotify/notify';