修改回调地址

master
sian 3 years ago
parent 4f4b17cb23
commit d6d0a06fb4

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

Loading…
Cancel
Save