feat/task1-c-wallet
devil_gong 2018-10-22 17:45:16 +08:00
parent e23caf3a03
commit 01c96edb6c
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ class AlipayLifeController extends CommonController
file_put_contents('./gggggg.txt', json_encode($_GET));
file_put_contents('./pppppp.txt', json_encode($_POST));
// 参数
$params = json_decode($_POST, true);
$params = $_POST;
if(empty($params['service']))
{
die('service error');