mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-01 19:31:37 +08:00
debug
This commit is contained in:
@ -45,10 +45,9 @@ class AlipayLifeController extends CommonController
|
||||
}
|
||||
|
||||
// 类库
|
||||
//$o = new \Library\AlipayLife($params);
|
||||
$o = new \Library\AlipayLife($params);
|
||||
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params['service'], true).";\n\r?>");
|
||||
die;
|
||||
file_put_contents('./pppppp.php', "<?php\n\rreturn ".var_export($params, true).";\n\r?>");
|
||||
// 根据方法处理
|
||||
switch($params['service'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user