xjc 2 gadi atpakaļ
vecāks
revīzija
05cc0083ac
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/weixin/controls.py

+ 1 - 1
src/weixin/controls.py

@@ -2080,7 +2080,7 @@ def do_wx_pay(request):
         #支付
         if pay_type == "wxapppay":
             total_fee = str(int(float(order.total_fee)*100))
-            notify_url = "https://test.hunanwanzhu.com/api/wx/v3/signup/notify"
+            notify_url = "https://api.hunanwanzhu.com/api/wx/v3/signup/notify"
             #notify_url = "https://test.hunanwanzhu.com"
             data = {"subject":u"%s报名费" % match_name,"price":total_fee,"out_trade_no":out_trade_no}
             wxapppay = WechatPayDAL()