课堂禁言接口.md 934 Bytes

env.url: https://api[api-online.test].boxfish.cn

notes:

  • 默认所有接口都要携带token access_token

全能思维课课堂禁言接口

禁言用户

  • URL {env.url}/user/omnipotent/thinking/clazz/room/silence
  • PUT Method
  • path 参数:
  • request 参数:

    参数名 类型 必填 说明 示例
    user_id Long Y 用户id
    clazz_id String Y 课堂id
  • response: http code 200

解禁用户

  • URL {env.url}/user/omnipotent/thinking/clazz/room/silence
  • DELETE Method
  • path 参数:
  • request 参数:

    参数名 类型 必填 说明 示例
    user_id Long Y 用户id
    clazz_id String Y 课堂id
  • response: http code 200