Commit 27caa8b4 by 冷斌

fix bug

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