修复bugs

This commit is contained in:
kongyuebin
2022-04-26 08:49:08 +08:00
parent 96413c3c16
commit 53ca08e1f1
3 changed files with 6 additions and 5 deletions

View File

@@ -420,7 +420,7 @@ func (c *UpdateService) ResultPayFor(resultType, bankOrderId string) *datas.KeyD
return keyDataJSON
}
u, _ := web.AppConfig.String("host")
u, _ := web.AppConfig.String("gateway::host")
u = u + "/solve/payfor/result?" + "resultType=" + resultType + "&bankOrderId=" + bankOrderId
s, err := httplib.Get(u).String()
if err != nil || s == common.FAIL {