简要描述:
- 获取播放内容
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.3.0 | 朱小乾 | 2022-11-11 | - |
请求URL:
- /api/media/mediaContent/getContent
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 主键Id |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"id": 9,
"name": "新增内容",
"description": "312313123",
"groups": "8",
"templateId": 1,
"formContent": "{\"images1\":[],\"videos\":[{\"uid\":\"16680621133550\",\"url\":\"uploadfile\\\\20221110\\\\202211101435089932.mov\",\"name\":\"test.mov\"}],\"name\":\"张医生\",\"aaa\":4,\"images\":[{\"uid\":\"16680621095970\",\"url\":\"uploadfile\\\\20221110\\\\202211101435056335.png\",\"name\":\"favicon.png\"}],\"select1\":[\"1\",\"2\"],\"select12\":\"1\"}"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | Id |
name | string | 名称 |
description | string | 描述 |
groups | string | 分组 |
templateId | int | 模板Id |
formContent | string | 内容 |
备注:
-
文档更新时间: 2022-11-11 11:39