feat/task1-c-wallet
devil_gong 2018-09-28 14:44:09 +08:00
parent f754d69116
commit 82c56db090
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class OrderNotifyController extends CommonController
{
exit('success');
}
file_put_contents('./pppppppp.txt', json_encode($ret));
exit('error');
}
}