管理
禁言
请求参数
POST/manage/ban
对某个用户实施禁言
请求头
参数名 | 类型 | 值 |
---|---|---|
X-TOKEN 登录令牌 | user_token | 使用设置中的令牌 |
请求体 (JSON)
参数名 | 类型 | 值 |
---|---|---|
uid* 目标用户ID | number | |
fid* 禁言范围 0=全论坛 | number | |
time* 禁言时长(秒) -1=永久 | number | |
reason 操作原因 | string | |
opSend 发送消息提醒 | number | |
opShield 禁止该用户的内容展示 | number |
参数名 | 类型 | 值 |
---|---|---|
X-TOKEN 登录令牌 | user_token | 使用设置中的令牌 |
参数名 | 类型 | 值 |
---|---|---|
uid* 目标用户ID | number | |
fid* 禁言范围 0=全论坛 | number | |
time* 禁言时长(秒) -1=永久 | number | |
reason 操作原因 | string | |
opSend 发送消息提醒 | number | |
opShield 禁止该用户的内容展示 | number |