Commit 83d599d1 by 冷斌

fix bug

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