简要描述:
- 获取模板列表
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.3.0 | 朱小乾 | 2022-11-11 | - |
请求URL:
- /api/media/mediaTemplate/getList
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"id": 3,
"createTime": "2022-11-04T17:44:05.833",
"updateTime": "2022-11-04T17:44:05.833",
"name": "启动页",
"description": "dev1",
"templateH": "string",
"templateV": "string",
"form": "[{\"id\":1,\"key\":\"name\",\"label\":\"名称名字\",\"type\":\"input\",\"properties\":{\"maxLength\":10,\"placeholder\":\"请输入医生名字\"}}]",
"coverImageUrl": "string"
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | Id |
name | string | 场景 |
description | string | 描述 |
templateH | string | 横向模板 |
templateV | string | 纵向模板 |
form | string | 表单 |
coverImageUrl | string | 封面 |
备注:
-
文档更新时间: 2022-11-11 12:04