增加站内信未读提醒和后台通知中心+txt 校验
This commit is contained in:
@@ -20,3 +20,7 @@ type PaginatedResult struct {
|
||||
Page int `json:"page"`
|
||||
PageSize int `json:"page_size"`
|
||||
}
|
||||
|
||||
type UnreadCountDTO struct {
|
||||
UnreadCount int64 `json:"unread_count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user