chong

用户腾讯云配置

> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
* `默认所有接口都要携带token` access_token
# 用户腾讯云配置
## 查询用户腾讯云配置
* URL {env.url}/user/qcloud/config
* `GET` Method
* path 参数:
* request 参数:
* response:
http code 404 用户未设置
http code 200
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y |用户id| |
| enabled_camera| Boolean | Y | 启用摄像头| true,false |
## 更新用户腾讯云配置
* URL {env.url}/user/omnipotent/thinking/clazz/room/silence
* `POST` Method
* path 参数:
* request 参数:
* response:
http code 200
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y |用户id| |
| enabled_camera| Boolean | Y | 启用摄像头| true,false |
... ...