bawu_postlogs
Media_postlog
dataclass
媒体信息
Attributes:
Name | Type | Description |
---|---|---|
src |
str
|
小图链接 |
origin_src |
str
|
原图链接 |
hash |
str
|
百度图床hash |
Postlog
dataclass
吧务帖子管理日志
Attributes:
Name | Type | Description |
---|---|---|
text |
str
|
文本内容 |
title |
str
|
所在主题帖标题 |
medias |
list[Media_postlog]
|
媒体列表 |
tid |
int
|
所在主题帖id |
pid |
int
|
回复id |
op_type |
str
|
操作类型 |
post_portrait |
str
|
发帖用户的portrait |
post_time |
datetime
|
发帖时间 不含年份 |
op_user_name |
str
|
操作人用户名 |
op_time |
datetime
|
操作时间 |
Page_postlog
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
current_page |
int
|
当前页码 |
total_page |
int
|
总页码 |
total_count |
int
|
总计数 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
Postlogs
dataclass
吧务帖子管理日志表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[Postlog]
|
吧务帖子管理日志表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_postlog
|
页信息 |
has_more |
bool
|
是否还有下一页 |