This commit is contained in:
yangduo 2024-12-25 14:29:50 +08:00
parent 90bb74a5f1
commit ec6dfb5504

View File

@ -287,7 +287,7 @@ func (wp *wxpay) QueryPay(openid string, gameid int64, userip string, sessionkey
sendRequest := false
urls := mt.Table.Config.GetWxUrl()
for _, wxhost := range urls {
url := "https://" + wxhost + "/" + queryuri
url := "https://" + wxhost + queryuri
f5.GetHttpCliMgr().SendGoStylePost(
url,
params,