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