feat/task1-c-wallet
gongfuxiang 2018-10-23 01:23:17 +08:00
parent 541ae61a6c
commit 6d0bb25294
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class AlipayLifeController extends CommonController
// 参数
$params = $_POST;
file_put_contents('./pppppp.txt', $params);
file_put_contents('./pppppp.txt', json_encode($_POST));
if(empty($params))
{
$input = file_get_contents("php://input");