|
|
|
@ -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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|