fix: align tenant_id content filter
This commit is contained in:
@@ -10,7 +10,7 @@ type ContentListFilter struct {
|
||||
// Genre 内容类型/分类筛选。
|
||||
Genre *string `query:"genre"`
|
||||
// TenantID 租户ID筛选(内容所属店铺)。
|
||||
TenantID *int64 `query:"tenantId"`
|
||||
TenantID *int64 `query:"tenant_id"`
|
||||
// Sort 排序规则(latest/hot/price_asc)。
|
||||
Sort *string `query:"sort"`
|
||||
// IsPinned 置顶内容筛选(true 仅返回置顶)。
|
||||
|
||||
Reference in New Issue
Block a user