Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
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
廖旭伟
fill-system
Commits
073a09d2
Commit
073a09d2
authored
Dec 25, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改缓存刷新
parent
07265c75
Pipeline
#2720
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
fill-manager/src/main/java/com/mortals/xhx/module/home/web/HomeController.java
.../java/com/mortals/xhx/module/home/web/HomeController.java
+1
-1
fill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+7
-2
fill-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+3
-2
No files found.
fill-manager/src/main/java/com/mortals/xhx/module/home/web/HomeController.java
View file @
073a09d2
...
@@ -359,7 +359,7 @@ public class HomeController extends BaseJsonBodyController {
...
@@ -359,7 +359,7 @@ public class HomeController extends BaseJsonBodyController {
ret
.
setData
(
model
);
ret
.
setData
(
model
);
ret
.
setDict
(
model
.
get
(
"dict"
));
ret
.
setDict
(
model
.
get
(
"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
());
log
.
info
(
"home resp:{}"
,
JSON
.
toJSONString
(
ret
));
//
log.info("home resp:{}", JSON.toJSONString(ret));
return
ret
;
return
ret
;
}
}
...
...
fill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
073a09d2
...
@@ -16,7 +16,12 @@
...
@@ -16,7 +16,12 @@
"baseLogin"
:
"http://192.168.0.98:11078/base"
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
},
"base-yibin"
:
{
"portal-reg"
:
{
"baseUrl"
:
"http://10.12.185.213:11078/fm"
"baseUrl"
:
"http://10.207.153.66:11072/zwfw"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
"base-reg"
:
{
"baseUrl"
:
"http://10.207.153.66:11078/fm"
}
}
}
}
\ No newline at end of file
fill-manager/src/test/java/com/mortals/httpclient/system.http
View file @
073a09d2
...
@@ -5,7 +5,8 @@ Content-Type: application/json
...
@@ -5,7 +5,8 @@ Content-Type: application/json
{
{
"loginName": "admin",
"loginName": "admin",
"password": "adsmile"
"password": "xhxADMIN8@a",
"securityCode":"admin"
}
}
> {%
> {%
...
@@ -28,7 +29,7 @@ POST {{baseUrl}}/home/info
...
@@ -28,7 +29,7 @@ POST {{baseUrl}}/home/info
Content-Type: application/json
Content-Type: application/json
{
{
"siteId":
3
"siteId":
1
}
}
...
...
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