{
  "add": {
    "docs": "https://docs.rongcloud.cn/v3/views/im/noui/guide/group/manage/groupblock/serverapi.html#all",
    "url": "group/ban/add",
    "params": {
      "group": {
        "groups": [{"id": "1001"}]
      }
    },
    "response":{
      "success": {
        "code": "200",
        "msg": "成功返回"
      },
      "fail": {
        "20005": {
          "code": "20005",
          "msg": "{{name}} 参数为必传项"
        },
        "20003": {
          "code": "20003",
          "msg": "{{name}} 长度超限, {{name}} >= {{min}} 且 {{name}} <= {{max}} 单位: 个"
        },
        "20006": {
          "code": "20006",
          "msg": "{{name}} 类型不正确，请检查参数类型,应该为 Object 传入为 {{currentType}} "
        },
        "1004": {
          "code": "20000",
          "msg": "签名错误, 请排查 Appkey、Secret 是否正确"
        },
        "1008": {
          "code": "20001",
          "msg": "调用频率超限，每秒钟限制 100 次，调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
        }
      }
    }
  },
  "remove": {
    "docs": "https://docs.rongcloud.cn/v3/views/im/noui/guide/group/manage/groupblock/serverapi.html#allremove",
    "url": "group/ban/rollback",
    "params": {
      "group": {
        "groups": [{"id": "1001"}]
      }
    },
    "response": {
      "success": {
        "code": "200",
        "msg": "成功返回"
      },
      "fail": {
        "20005": {
          "code": "20005",
          "msg": "{{name}} 参数为必传项"
        },
        "20003": {
          "code": "20003",
          "msg": "{{name}} 长度超限, {{name}} >= {{min}} 且 {{name}} <= {{max}} 单位: 个"
        },
        "1004": {
          "code": "20000",
          "msg": "签名错误, 请排查 Appkey、Secret 是否正确"
        },
        "1008": {
          "code": "20001",
          "msg": "调用频率超限，每秒钟限制 100 次，调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
        }
      }
    }
  },
  "getList": {
    "docs": "https://docs.rongcloud.cn/v3/views/im/noui/guide/group/manage/groupblock/serverapi.html#allget",
    "url": "group/ban/query",
    "params": {},
    "response":{
      "success": {
        "code": "200",
        "users": [{
          "time": "2015-09-25 16:12:38",
          "member": {
            "id": "2582"
          }
        }]
      },
      "fail": {
        "1004": {
          "code": "20000",
          "msg": "签名错误, 请排查 Appkey、Secret 是否正确"
        },
        "1008": {
          "code": "20001",
          "msg": "调用频率超限，每秒钟限制 100 次，调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
        }
      }
    }
  }
}