@@ -38,6 +38,9 @@ public class OpenApiConfig implements WebMvcConfigurer {
new Server()
.url("http://localhost:10120")
.description("开发环境"),
+ new Server()
+ .url("http://10.10.10.224:10014/")
+ .description("测试环境"),
.url("https://api.payment.example.com")
.description("生产环境")