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
7892afbc
Commit
7892afbc
authored
Dec 06, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加新闻来源
parent
a5b3ad84
Pipeline
#2389
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
fill-manager/src/main/java/com/mortals/xhx/module/home/web/HomeController.java
.../java/com/mortals/xhx/module/home/web/HomeController.java
+1
-0
fill-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+2
-1
No files found.
fill-manager/src/main/java/com/mortals/xhx/module/home/web/HomeController.java
View file @
7892afbc
...
...
@@ -179,6 +179,7 @@ public class HomeController extends BaseJsonBodyController {
@GetMapping
({
"notice/info"
})
@UnAuth
public
String
noteInfo
(
Long
id
)
{
String
url
=
GlobalSysInfo
.
getParamValue
(
Constant
.
PARAMS_NOTICE_URL
,
"http://192.168.0.98:8090/api/"
);
...
...
fill-manager/src/test/java/com/mortals/httpclient/system.http
View file @
7892afbc
...
...
@@ -44,7 +44,8 @@ Content-Type: application/json
}
###通知详细
POST {{baseUrl}}/home/notice/info?id=14
GET {{baseUrl}}/home/notice/info?id=14
Authorization: {{authToken}}
Content-Type: application/json
...
...
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