Commit 652685b0 by 冷斌

fix bug

parent 2149102d
......@@ -84,7 +84,7 @@ class Api_Charge extends PhalApi_Api {
return $rs;
}
var_dump(get_class((new Wxpay())));
var_dump(get_class_methods((new 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