fix(chat): 聊天消息预览查询条件缺失

This commit is contained in:
xingc
2025-05-16 17:13:31 +08:00
parent 00ef8d8971
commit e47e9175d9
3 changed files with 7 additions and 15 deletions

View File

@@ -23,11 +23,7 @@ class Paginated(BaseModel, Generic[T]):
total: int = 0
page: int = 1
page_size: int = 15
class PaginatedCursor(Paginated):
cursor: int = None
next_page: bool = None,
next_page: bool = None
class SupportPlatformType(enum.Enum):