feat/task1-c-wallet
gongfuxiang 2018-10-23 01:34:13 +08:00
parent e78d289f3e
commit 1a375aa681
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class AlipayLifeController extends CommonController
// 参数
$params = $_POST;
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params['service'], true).";\n\r?>");
if(empty($params['service']))
{
die('service error');