feat/task1-c-wallet
gongfuxiang 2018-10-23 01:20:45 +08:00
parent 64091e6e37
commit ac78164372
1 changed files with 3 additions and 1 deletions

View File

@ -44,12 +44,14 @@ class AlipayLifeController extends CommonController
if(empty($params))
{
$input = file_get_contents("php://input");
file_put_contents('./pppppp.txt', file_get_contents("php://input"));
if(!empty($input))
{
$params = iconv("GBK", "UTF-8", urldecode($input));
}
}
file_put_contents('./pppppp.txt', file_get_contents("php://input"));
if(empty($params['service']))
{
die('service error');