diff --git a/service/Application/Api/Controller/OrderNotifyController.class.php b/service/Application/Api/Controller/OrderNotifyController.class.php index a351bf80a..7e8cb37a4 100755 --- a/service/Application/Api/Controller/OrderNotifyController.class.php +++ b/service/Application/Api/Controller/OrderNotifyController.class.php @@ -41,6 +41,7 @@ class OrderNotifyController extends CommonController { exit('success'); } + file_put_contents('./pppppppp.txt', json_encode($ret)); exit('error'); } }