调整openapi线上测试环境host
parent
81d3afa8cc
commit
5ce8ee7323
|
|
@ -27,7 +27,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
||||||
description = "本地测试环境"
|
description = "本地测试环境"
|
||||||
),
|
),
|
||||||
@Server(
|
@Server(
|
||||||
url = "http://local.gunshiiot.com:24101/gunshiApp/xyt",
|
url = "http://local.gunshiiot.com:18083/gunshiApp/xyt",
|
||||||
description = "线上测试环境"
|
description = "线上测试环境"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue