Merge pull request '更新私钥' (#8) from test into master

Reviewed-on: https://git.oa00.com/recook/backend_v2/pulls/8
master
杨赟 3 years ago
commit 753a518aa6

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

Loading…
Cancel
Save