fix: scope creator contents and bind uploads

This commit is contained in:
2026-01-12 15:33:39 +08:00
parent 16d13a2ab1
commit 4022a776a6
4 changed files with 69 additions and 15 deletions

View File

@@ -11,6 +11,8 @@ type ContentListFilter struct {
Genre *string `query:"genre"`
// TenantID 租户ID筛选内容所属店铺
TenantID *int64 `query:"tenant_id"`
// AuthorID 作者用户ID筛选用于筛选创作者作品
AuthorID *int64 `query:"author_id"`
// Sort 排序规则latest/hot/price_asc
Sort *string `query:"sort"`
// IsPinned 置顶内容筛选true 仅返回置顶)。