Commit a73747001dde8e1c8deaccfdcba76887510dccdb
1 parent
5bde579658
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
a737470
| ... | ... | @@ -3344,7 +3344,7 @@ |
| 3344 | 3344 | config.put("title", organization.getName()); |
| 3345 | 3345 | list.add(config); |
| 3346 | 3346 | } |
| 3347 | - String str = HttpClientUtil.doPostSSL("http://localhost:8082/v1/setOrgAreaUrlConfig", JsonUtil.obj2Str(list)); | |
| 3347 | + String str = HttpClientUtil.doPostSSL("https://dev-app-member-api.healthbaby.com.cn/v1/setOrgAreaUrlConfig", JsonUtil.obj2Str(list)); | |
| 3348 | 3348 | return str; |
| 3349 | 3349 | } |
| 3350 | 3350 |