feat/task1-c-wallet
gongfuxiang 2018-10-23 01:17:59 +08:00
parent f88e8771f8
commit 64b5a00d4d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class AlipayLifeController extends CommonController
$params = iconv("GBK", "UTF-8", urldecode($input));
}
}
file_put_contents('./pppppp.txt', json_encode($params));
file_put_contents('./pppppp.txt', json_encode($input));
if(empty($params['service']))
{
die('service error');