diff --git a/internal/domain/domain.go b/internal/domain/domain.go index 46053ac..699dfcd 100755 --- a/internal/domain/domain.go +++ b/internal/domain/domain.go @@ -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" } }