Merge pull request '修改回调地址' (#69) from test-pay into test

Reviewed-on: https://git.oa00.com/recook/backend_v2/pulls/69
master
杨赟 3 years ago
commit 7ee8020d6c

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

Loading…
Cancel
Save