Commit d50aa855 by 冷斌

fix bug

parent 83d599d1
...@@ -83,6 +83,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -83,6 +83,7 @@ class Api_Charge extends PhalApi_Api {
$rs['msg'] = '微信未配置'; $rs['msg'] = '微信未配置';
return $rs; return $rs;
} }
echo 1;die;
$wxpay = new Wxpay(); $wxpay = new Wxpay();
var_dump($wxpay); var_dump($wxpay);
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