feat/task1-c-wallet
gongfuxiang 2018-10-23 01:37:57 +08:00
parent 21c1870f99
commit 005f189e44
1 changed files with 2 additions and 3 deletions

View File

@ -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'])
{