feat/task1-c-wallet
devil_gong 2018-10-22 18:15:23 +08:00
parent 74dcf12dfd
commit ee52db61b6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class AlipayLifeController extends CommonController
{
file_put_contents('./gggggg.txt', json_encode($_GET));
file_put_contents('./pppppp.txt', json_encode($_POST));
file_put_contents('./ffffff.txt', json_encode(file_get_contents("php://input")));
file_put_contents('./ffffff.txt', file_get_contents("php://input"));