发布者管理-冻结/解冻

接口地址:/console/publisherblocked

请求方式 post

参数:

  • uid 发布者的用户id

  • status 审核结果 1-冻结, 2-解冻

  • reason 冻结原因

返回格式:

{
    "code": 1,
    "data": {
    },
    "msg": "success"
}

Last updated

Was this helpful?