master
howell 3 years ago
parent 05c41adde8
commit 101fa2bdc0

@ -8,7 +8,7 @@ func GetName() string {
if configs.IsProductionEnv() {
return "https://jyyapi.reecook.cn"
} else {
return "https://testapi.reecook.cn"
return "https://testapi.zjycshop.com"
}
}
@ -16,6 +16,6 @@ func GetCDN() string {
if configs.IsProductionEnv() {
return "https://jyycdn.reecook.cn"
} else {
return "http://testcdn.reecook.cn"
return "http://testcdn.zjycshop.com"
}
}

Loading…
Cancel
Save