feat: 添加内容置顶过滤选项,更新内容列表查询功能;添加创作者设置 ID 字段;优化租户信息获取逻辑;更新租户 API 接口
This commit is contained in:
@@ -8,6 +8,7 @@ type ContentListFilter struct {
|
||||
Genre *string `query:"genre"`
|
||||
TenantID *string `query:"tenantId"`
|
||||
Sort *string `query:"sort"`
|
||||
IsPinned *bool `query:"is_pinned"`
|
||||
}
|
||||
|
||||
type ContentItem struct {
|
||||
|
||||
@@ -106,6 +106,7 @@ type RefundForm struct {
|
||||
}
|
||||
|
||||
type Settings struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Bio string `json:"bio"`
|
||||
Avatar string `json:"avatar"`
|
||||
|
||||
Reference in New Issue
Block a user