小程序通知 未读通知id的集合,添加已读记录
This commit is contained in:
parent
0a9bc9eca2
commit
4602d58d0e
@ -120,6 +120,7 @@ public class SysNoticeController extends BaseController
|
|||||||
return AjaxResult.success(noticeService.showNotReadIds(userId));
|
return AjaxResult.success(noticeService.showNotReadIds(userId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@PostMapping("/add")
|
@PostMapping("/add")
|
||||||
public AjaxResult add(@RequestBody SysXhpcNoticeReadEntity sysXhpcNoticeReadEntity){
|
public AjaxResult add(@RequestBody SysXhpcNoticeReadEntity sysXhpcNoticeReadEntity){
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user