Commit 374622d3 authored by unset's avatar unset

添加通知信息

parent d84f3425
......@@ -34,7 +34,7 @@ public class NoticeInfoWebController extends BaseController<NoticeInfoBiz,Notice
}
@PostMapping(value = "updateRead")
public ObjectRestResponse updateRead(NoticeInfo noticeInfo) {
public ObjectRestResponse updateRead(@RequestBody NoticeInfo noticeInfo) {
return baseBiz.updateRead(noticeInfo.getId());
}
......
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