debug
parent
f82acd391a
commit
64091e6e37
|
|
@ -49,7 +49,7 @@ class AlipayLifeController extends CommonController
|
|||
$params = iconv("GBK", "UTF-8", urldecode($input));
|
||||
}
|
||||
}
|
||||
file_put_contents('./pppppp.txt', $input);
|
||||
file_put_contents('./pppppp.txt', file_get_contents("php://input"));
|
||||
if(empty($params['service']))
|
||||
{
|
||||
die('service error');
|
||||
|
|
|
|||
Loading…
Reference in New Issue