简要描述:

  • 获取模板列表

接口版本:

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

请求URL:

  • /api/media/mediaTemplate/getList

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "id": 3,
  7. "createTime": "2022-11-04T17:44:05.833",
  8. "updateTime": "2022-11-04T17:44:05.833",
  9. "name": "启动页",
  10. "description": "dev1",
  11. "templateH": "string",
  12. "templateV": "string",
  13. "form": "[{\"id\":1,\"key\":\"name\",\"label\":\"名称名字\",\"type\":\"input\",\"properties\":{\"maxLength\":10,\"placeholder\":\"请输入医生名字\"}}]",
  14. "coverImageUrl": "string"
  15. }
  16. ]
  17. }

错误时返回:

返回参数说明:

参数名 类型 说明
id int Id
name string 场景
description string 描述
templateH string 横向模板
templateV string 纵向模板
form string 表单
coverImageUrl string 封面

备注:

-

文档更新时间: 2022-11-11 12:04