Commit 51ea70e4 by 冷斌

fix bug

parent 9bc7543a
......@@ -123,6 +123,8 @@ class Api_Charge extends PhalApi_Api {
"total_fee" => $money*100,
"trade_type" => "APP"
);
print_r($paramarr);
die;
$sign = $this -> sign($paramarr,$configpri['wx_key']);//生成签名
$paramarr['sign'] = $sign;
$paramXml = "<xml>";
......
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