简要描述:

  • 获取播放内容

接口版本:

版本号 制定人 制定日期 修订日期
3.3.0 朱小乾 2022-11-11 -

请求URL:

  • /api/media/mediaContent/getContent

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
id int 主键Id

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "id": 9,
  6. "name": "新增内容",
  7. "description": "312313123",
  8. "groups": "8",
  9. "templateId": 1,
  10. "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\"}"
  11. }
  12. }

错误时返回:

返回参数说明:

参数名 类型 说明
id int Id
name string 名称
description string 描述
groups string 分组
templateId int 模板Id
formContent string 内容

备注:

-

文档更新时间: 2022-11-11 11:39