Commit e408dc30 by 冷斌

fix bug

parent 94a6af44
......@@ -93,7 +93,7 @@ class Api_Charge extends PhalApi_Api {
$rs['msg'] = '微信未配置';
return $rs;
}
require dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
var_dump(dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php');
// var_dump($this->getWx($configpri, $configpub));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment