feat/task1-c-wallet
gongfuxiang 2018-10-23 01:33:04 +08:00
parent b99681f1ba
commit e78d289f3e
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ class AlipayLifeController extends CommonController
// 参数
$params = $_POST;
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
if(empty($params['service']))
{
die('service error');
@ -57,7 +58,7 @@ class AlipayLifeController extends CommonController
// 关注/取消
case 'alipay.mobile.public.message.notify' :
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
$o->Life();
break;