简要描述:

  • 查询终端

接口版本:

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

请求URL:

  • /api/media/mediaTerminal/searchMediaTerminal

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
isOnline int 是否在线 -1,全部, 0:离线 1:在线
areaId int 检区ID
sceneId int 场景ID

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [ {
  5. "id": 6,
  6. "name": "诊位屏(采血)",
  7. "areaId": 13,
  8. "areaName": "1楼",
  9. "orientation": null,
  10. "currentContent": null,
  11. "endTime": null,
  12. "defaultContent": null,
  13. "isOnline": false,
  14. "durationType": 0,
  15. "duration": 0,
  16. "sceneId": 0,
  17. "sceneName": null,
  18. "templateId": 0
  19. }]
  20. }

错误时返回:

返回参数说明:

参数名 类型 说明
name string 名称
areaId int 检区ID
areaName string 检区名称
orientation string 屏幕方向
currentContent string 当前内容
endTime string 结束时间
defaultContent string 默认内容
isOnline bool 在线状态
durationType int 播放类型
duration int 播放时长
sceneId int 场景ID
sceneName string 场景名称
templateId int 模板ID

备注:

-

文档更新时间: 2022-11-11 14:29