跳转至

unblock_appeals

Appeal dataclass

申诉请求信息

Attributes:

Name Type Description
user_id int

申诉用户id

portrait str

申诉用户portrait

user_name str

申诉用户名

nick_name str

申诉用户昵称

appeal_id int

申诉id

appeal_reason str

申诉理由

appeal_time int

申诉时间 10位时间戳 以秒为单位

punish_reason str

封禁理由

punish_time int

封禁开始时间 10位时间戳 以秒为单位

punish_day int

封禁天数

op_name str

操作人用户名

Appeals dataclass

申诉请求列表

Attributes:

Name Type Description
objs list[Appeal]

申诉请求列表

err Exception | None

捕获的异常

has_more bool

是否还有下一页