Commit be7f3da1 by 冷斌

fix bug

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