Commit ffb03b49 authored by “yiyousong”'s avatar “yiyousong”
parents 3680ba86 2a3d6b84
...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName ...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json Content-Type: application/json
{ {
"areaCode": "510900000000" "areaCode": "513232000000"
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"baseUrl": "http://192.168.0.60:17211/base" "baseUrl": "http://192.168.0.60:17211/base"
}, },
"base-test": { "base-test": {
"baseUrl": "http://192.168.0.98:11078/base" "baseUrl": "http://192.168.0.124:11078/base"
}, },
"base-test-https": { "base-test-https": {
...@@ -18,14 +18,7 @@ ...@@ -18,14 +18,7 @@
}, },
"base-test1": { "base-test1": {
"baseUrl": "http://8.136.255.30:11078/base" "baseUrl": "http://8.136.255.30:21026/base"
},
"base-yibintest": {
"baseUrl": "http://192.168.2.169:11078/base"
},
"base-yibin": {
"baseUrl": "http://10.12.185.213:11078/base"
}, },
"base-yibin-web": { "base-yibin-web": {
......
...@@ -115,7 +115,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId ...@@ -115,7 +115,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json Content-Type: application/json
{ {
"id":22 "id":21
} }
......
...@@ -92,7 +92,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic ...@@ -92,7 +92,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
} }
} }
@Override /* @Override
@UnAuth @UnAuth
public Rest<Object> list(@RequestBody UserEntity query) { public Rest<Object> list(@RequestBody UserEntity query) {
Map<String, Object> model = new HashMap(); Map<String, Object> model = new HashMap();
...@@ -121,7 +121,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic ...@@ -121,7 +121,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
ret.setDict(model.get(KEY_RESULT_DICT)); ret.setDict(model.get(KEY_RESULT_DICT));
ret.setMsg(model.get(MESSAGE_INFO) == null ? "" : model.remove(MESSAGE_INFO).toString()); ret.setMsg(model.get(MESSAGE_INFO) == null ? "" : model.remove(MESSAGE_INFO).toString());
return ret; return ret;
} }*/
/* @Override /* @Override
public String list(@RequestBody(required = false) UserEntity query) { public String list(@RequestBody(required = false) UserEntity query) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment