通知公告新增阅读用户列表

This commit is contained in:
RuoYi
2026-04-14 16:12:26 +08:00
parent 5091b0694a
commit b5f2bc10a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export function markNoticeReadAll(ids) {
export function listNoticeReadUsers(query) {
return request({
url: '/system/notice/readUsers/list',
method: 'post',
method: 'get',
params: query
})
}