Commit ad21e510 by 冷斌

fix bug

parent 165597f0
...@@ -195,7 +195,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -195,7 +195,7 @@ class Api_Charge extends PhalApi_Api {
'out_trade_no' => $orderid, 'out_trade_no' => $orderid,
"body" => "充值{$coin}虚拟币", "body" => "充值{$coin}虚拟币",
"total_fee" => $money*100, "total_fee" => $money*100,
"spbill_create_ip" => "" // "spbill_create_ip" => ""
]); ]);
var_dump($wx_config, $data); var_dump($wx_config, $data);
die; die;
......
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