Commit 83d599d1 by 冷斌

fix bug

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