Commit 2141bd80 by 冷斌

update

parent e43b8728
...@@ -100,7 +100,8 @@ class Api_Charge extends PhalApi_Api { ...@@ -100,7 +100,8 @@ class Api_Charge extends PhalApi_Api {
"body" => "充值{$coin}虚拟币", "body" => "充值{$coin}虚拟币",
"mch_id" => $configpri['wx_mchid'], "mch_id" => $configpri['wx_mchid'],
"nonce_str" => $noceStr, "nonce_str" => $noceStr,
"notify_url" => $configpub['site'].'/index.php?g=Appapi&m=pay&a=notify_wx', // "notify_url" => $configpub['site'].'/index.php?g=Appapi&m=pay&a=notify_wx',
"notify_url" => $configpub['site'].'/wxpay/notify_url.php',
"out_trade_no"=> $orderid, "out_trade_no"=> $orderid,
"total_fee" => $money*100, "total_fee" => $money*100,
"trade_type" => "APP" "trade_type" => "APP"
......
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