searches_global
GlobalSearchPost
dataclass
全吧搜索结果
属性:
| 名称 | 类型 | 描述 |
|---|---|---|
tid |
int
|
所在主题帖id |
pid |
int
|
回复id |
title |
str
|
标题 |
content |
str
|
正文 |
create_time |
int
|
创建时间 |
forum_id |
int
|
所在贴吧fid |
forum_name |
str
|
所在贴吧名 |
post_num |
int
|
回复数 |
pb_url |
str
|
帖子页相对路径 |
author_id |
int
|
作者user_id |
author_name |
str
|
作者用户名 |
author_show_name |
str
|
作者显示昵称 |
GlobalSearches
dataclass
全吧搜索结果列表
属性:
| 名称 | 类型 | 描述 |
|---|---|---|
objs |
list[GlobalSearchPost]
|
搜索结果列表 |
err |
Exception | None
|
捕获的异常 |
has_more |
bool
|
是否还有下一页 |
current_page |
int
|
当前页码 |