domain说明
| 序号 | 系统 | 环境 | 地址 | 备注 |
|---|---|---|---|---|
| 1 | 卓易政企通 | 测试 | https://test-gateway.eazytec-cloud.com | 适用【园企通】【行业政企通】【乡镇政企通】【协会政企通】 |
| 2 | 卓易政企通 | 线上 | https://gateway.eazytec-cloud.com | 适用【园企通】【行业政企通】【乡镇政企通】【协会政企通】 |
| 3 | 宜兴政企通 | 测试 | https://test-gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
| 4 | 宜兴政企通 | 线上 | https://gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
| 5 | 宜兴政企通 | 线上-政务外网 | http://10.36.12.1:8000/YX(vpn) http://2.18.243.11:8000/YX(政务外网) | 适用【宜兴政企通-政务外网】 |
| 6 | 江苏政企通 | 测试 | https://test-gateway.eazytec-cloud.com/JS | 适用【江苏政企通】 |
| 7 | 江苏政企通 | 线上 | https://gateway.eazytec-cloud.com/JS | 适用【江苏政企通】 |
音视频中心
1. 获取用户录制的音视频
请求URL
/AGCS_zqc/v3/rong/list
请求方式
GET
请求Header参数
| key | value | 举例 | 是否必须 |
|---|---|---|---|
| Content-Type | application/json | application/json | 否 |
| Authorization | Bearer token | 否 |
- 请求Query参数
| 参数 | 描述 | 格式 | 举例 | 是否必须 |
|---|---|---|---|---|
| pageNum | 分页时的当前页数 | int >=1 | 1 | 否,默认为1 |
| pageSize | 分页时的每页记录数 | int >=1 | 10 | 否,默认为10 |
| userId | 用户id | String | 1f82b639-e029-4677-b2e4-7ecaca5be4b6 | 是 |
| startTime | 开始时间戳(毫秒) | Long | 1576485436056 | 否 |
| endTime | 结束时间戳(毫秒) | Long | 1576485436056 | 否 |
- 返回
返回成功{ "data": { "curPage": 1, "itemList": [ { "channelId": "1_test-221e5113-4038-4adc-a67a-520fff2e57a3_691", "clientId": "platform-client", "creatorId": "480045d7-f880-4847-a32c-08b2b14967fc", "ctime": 1576548591271, "id": "47f1a68a-6b26-4144-8dd7-11153f82c7f2", "mvUrl": "http://221.228.236.227:8088/files/n19jmcy5n88e9/xxx/xxx.mkv", "status": 2 }, { "channelId": "1_test-221e5113-4038-4adc-a67a-520fff2e57a3_123", "clientId": "platform-client", "creatorId": "480045d7-f880-4847-a32c-08b2b14967fc", "ctime": 1576548574815, "id": "f2732410-a91a-4265-bd1c-d38f7762e0a9", "mvUrl": "http://221.228.236.227:8088/files/n19jmcy5n88e9/xxxx/xxxx.mkv", "status": 2 } ], "pageCount": 1, "recordCount": 2 }, "msg": "success", "status": 200 }
| 字段 | 描述 |
|---|---|
| channelId | 频道id |
| clientId | 应用id |
| creatorId | 录制者id |
| ctime | 创建时间 |
| id | 主键id |
| mvUrl | 视频地址 |
| status | 状态(0-呼叫中,1-通话中,2-已完成,3-未接听) |