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