fix(chat): 聊天消息预览查询条件缺失
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user