Commit e8b76e40 by 冷斌

fix bug

parent 3219860c
<?php <?php
require THINK_PATH.'vendor/autoload.php';
class Api_Charge extends PhalApi_Api { class Api_Charge extends PhalApi_Api {
...@@ -96,6 +95,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -96,6 +95,7 @@ class Api_Charge extends PhalApi_Api {
return $rs; return $rs;
} }
require THINK_PATH.'vendor/autoload.php';
var_dump($this->getWx($configpri, $configpub)); var_dump($this->getWx($configpri, $configpub));
die; 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