Commit 109adcbc by 冷斌

fix bug

parent d121a15a
......@@ -94,7 +94,7 @@ class Api_Charge extends PhalApi_Api {
return $rs;
}
require dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
var_dump(dirname(dirname(dirname(__DIR__))) . 'vendor/autoload.php');
var_dump(1);
var_dump(get_class_methods($this->getWx($configpri, $configpub)));
die;
......
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