Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
2a3d6b84
Commit
2a3d6b84
authored
Nov 24, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改nacos链接地址
parent
61c33a07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
13 deletions
+6
-13
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
.../java/com/mortals/httpclient/base/BaseAreaController.http
+1
-1
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+2
-9
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
...test/java/com/mortals/httpclient/site/SiteController.http
+1
-1
portal-manager/src/main/java/com/mortals/xhx/module/user/web/UserController.java
.../java/com/mortals/xhx/module/user/web/UserController.java
+2
-2
No files found.
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
View file @
2a3d6b84
...
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
{
"areaCode": "51
0900
000000"
"areaCode": "51
3232
000000"
}
...
...
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
2a3d6b84
...
...
@@ -6,7 +6,7 @@
"baseUrl"
:
"http://192.168.0.60:17211/base"
},
"base-test"
:
{
"baseUrl"
:
"http://192.168.0.
98
:11078/base"
"baseUrl"
:
"http://192.168.0.
124
:11078/base"
},
"base-test-https"
:
{
...
...
@@ -18,14 +18,7 @@
},
"base-test1"
:
{
"baseUrl"
:
"http://8.136.255.30:11078/base"
},
"base-yibintest"
:
{
"baseUrl"
:
"http://192.168.2.169:11078/base"
},
"base-yibin"
:
{
"baseUrl"
:
"http://10.12.185.213:11078/base"
"baseUrl"
:
"http://8.136.255.30:21026/base"
},
"base-yibin-web"
:
{
...
...
base-manager/src/test/java/com/mortals/httpclient/site/SiteController.http
View file @
2a3d6b84
...
...
@@ -115,7 +115,7 @@ POST {{baseUrl}}/site/syncGovMatterBySiteId
Content-Type: application/json
{
"id":2
2
"id":2
1
}
...
...
portal-manager/src/main/java/com/mortals/xhx/module/user/web/UserController.java
View file @
2a3d6b84
...
...
@@ -92,7 +92,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
}
}
@Override
/*
@Override
@UnAuth
public Rest<Object> list(@RequestBody UserEntity query) {
Map<String, Object> model = new HashMap();
...
...
@@ -121,7 +121,7 @@ public class UserController extends BaseCRUDJsonBodyMappingController<UserServic
ret.setDict(model.get(KEY_RESULT_DICT));
ret.setMsg(model.get(MESSAGE_INFO) == null ? "" : model.remove(MESSAGE_INFO).toString());
return ret;
}
}
*/
/* @Override
public String list(@RequestBody(required = false) UserEntity query) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment