|
|
@@ -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()
|