chore: document v1 dto fields
This commit is contained in:
@@ -3,6 +3,7 @@ package dto
|
||||
import "quyun/v2/app/requests"
|
||||
|
||||
type ContentListFilter struct {
|
||||
// Pagination 分页参数(page/limit)。
|
||||
requests.Pagination
|
||||
// Keyword 关键词搜索(匹配标题/摘要/描述)。
|
||||
Keyword *string `query:"keyword"`
|
||||
|
||||
Reference in New Issue
Block a user