mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 03:18:33 +08:00
debug
This commit is contained in:
parent
949f80f7c3
commit
1debdf5804
@ -44,8 +44,6 @@ class AlipayLifeController extends CommonController
|
||||
die('service error');
|
||||
}
|
||||
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
|
||||
|
||||
// 类库
|
||||
$o = new \Library\AlipayLife($params);
|
||||
|
||||
@ -59,7 +57,7 @@ class AlipayLifeController extends CommonController
|
||||
|
||||
// 关注/取消
|
||||
case 'alipay.mobile.public.message.notify' :
|
||||
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params['service'], true).";\n\r?>");
|
||||
$o->Life();
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user