Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2019-11-15 22:16:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d973c65c38d63d9e4e6c35b9b1e0bbeff9144e7b
d973c65c
1 parent
16d9af8a
用户腾讯云配置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
全能思维课/用户腾讯云配置.md
全能思维课/用户腾讯云配置.md
0 → 100644
View file @
d973c65
> 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 |
...
...
Please
register
or
login
to post a comment