mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 04:49:33 +08:00
debug
This commit is contained in:
parent
1a375aa681
commit
949f80f7c3
@ -39,12 +39,13 @@ class AlipayLifeController extends CommonController
|
||||
|
||||
// 参数
|
||||
$params = $_POST;
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params['service'], true).";\n\r?>");
|
||||
if(empty($params['service']))
|
||||
{
|
||||
die('service error');
|
||||
}
|
||||
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
|
||||
|
||||
// 类库
|
||||
$o = new \Library\AlipayLife($params);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user