/forum/unBlockObject
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
objectId | 是 | int | 数据ID,适配不同的数据类型 |
for | 是 | string | 数据类型:user-用户,subject-帖子,comment-评论 |
{
"result": 1,
"code": 0,
"msg": "成功",
"data": [
2,
3
]
}
参数名 | 类型 | 说明 |
---|---|---|
data | array | 操作成功时,会返回剩余已屏蔽的所有数据对象ID |