Commit 7892afbc authored by 赵啸非's avatar 赵啸非

添加新闻来源

parent a5b3ad84
Pipeline #2389 canceled with stages
...@@ -179,6 +179,7 @@ public class HomeController extends BaseJsonBodyController { ...@@ -179,6 +179,7 @@ public class HomeController extends BaseJsonBodyController {
@GetMapping({"notice/info"}) @GetMapping({"notice/info"})
@UnAuth
public String noteInfo(Long id) { public String noteInfo(Long id) {
String url = GlobalSysInfo.getParamValue(Constant.PARAMS_NOTICE_URL, "http://192.168.0.98:8090/api/"); String url = GlobalSysInfo.getParamValue(Constant.PARAMS_NOTICE_URL, "http://192.168.0.98:8090/api/");
......
...@@ -44,7 +44,8 @@ Content-Type: application/json ...@@ -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 Content-Type: application/json
......
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