客户管理-禁言/解禁

接口地址:/console/customercancom

请求方式 post

参数:

  • uid 用户id

  • status 是否可发言 0-禁言, 1-解除禁言

返回格式:

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

Last updated

Was this helpful?