Commit 0da1f223bfe31094e172ce411cb8581ad6637b09
1 parent
25debbe210
Exists in
master
and in
6 other branches
体重管理修改接口 加上同步修改体重数据的逻辑
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/RemoteServerEnmus.java
View file @
0da1f22
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | public enum RemoteServerEnmus { |
4 | 4 | // LOCAL("http://localhost:9091", "本地环境"), |
5 | - TEST("https://dev-rp-api.healthbaby.com.cn", "测试环境"), | |
5 | +// TEST("https://dev-rp-api.healthbaby.com.cn", "测试环境"), | |
6 | 6 | ON_LINE("https://rp-api.healthbaby.com.cn", "线上"), |
7 | 7 | LC("https://area-lc-api.healthbaby.com.cn:55581", "聊城"), |
8 | 8 | DZ("https://area-dz-api.healthbaby.com.cn:12356", "德州"), |