Commit 9a960dc0 by 冷斌

fix bug

parent 0a7dbd56
......@@ -118,7 +118,7 @@ class Api_Charge extends PhalApi_Api {
"mch_id" => $configpri['wx_mchid'],
"nonce_str" => $noceStr,
// "notify_url" => $configpub['site'].'/Appapi/pay/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,
"total_fee" => $money*100,
"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