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

View File

@ -45,9 +45,10 @@ 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;
// 根据方法处理
switch($params['service'])
{