7
0

pay项目测试环境使用pay.gaore.com

This commit is contained in:
许 洋 2024-11-27 10:59:22 +08:00
parent 30afd2cbe1
commit 956e294a2f

View File

@ -15,7 +15,7 @@ var HOST requests.Host = requests.Host{
var a = map[string]string{
requests.RELEASE: "pay.api.gaore.com",
requests.PRE: "pay.api.gaore.com",
requests.TEST: "pay.api.gaore.com",
requests.TEST: "pay.gaore.com",
}
return a[s]
},