@tianqing123
2020-05-28T12:10:47.000000Z
字数 1138
阅读 494
点秀
名称 | 地址 | 语音 |
---|---|---|
挂号大厅 | http://172.19.40.185/app/guahao/roomList.html | Y |
挂号大厅-多窗口 | http://172.19.40.185/app/guahao/pharmacyList.html | Y |
挂号专家 | http://172.19.40.185/app/guahao/doctor.html | Y |
挂号多科室 | http://172.19.40.185/app/guahao/roomList.html | Y |
挂号多科室B超-滚动 | http://172.19.40.185/app/guahao/room_scroll.html | Y |
挂号多科室-口腔科 | http://172.19.40.185/app/guahao/room_v2.html | Y |
挂号多科室-药房 | http://172.19.40.185/app/guahao/pharmacy.html | Y |
说明:修复定时器的新路径为:http://172.19.40.185/app/guahaoV2/*.html
名称 | 编码 | 类型 | 值 | 必选 | 说明 |
---|---|---|---|---|---|
环境 | env | string | ['PROD','DEMO'] | N | 仅用于开发阶段 |
医院接口 | api | string | 医院提供 | Y | 需要使用encodeURIComponent编码后使用 |
轮询间隔 | apiTime | string | 2 | N | 默认值2秒,B超-滚动的轮询是间隔30秒,可调整该数据,缩短或者延长api请求间隔,最小值为1秒 |
是否隐藏叫号弹窗 | hideDialog | string | 无 | N | 当值为1时,隐藏叫号弹窗。不适用改参数,默认显示弹窗 |
叫号弹窗显示间隔 | dialogTime | string | 3 | N | 默认值3秒,可调整该数据,缩短或延长叫号弹窗显示时间,最小值为1秒 |
滚动速度 | scrollSpeed | string | 60 | N | 目前只有口腔科有该配置 |
// 如,
// 新建节目使用挂号多科室
// 1. 节目中添加网址组件
// 2. 在网址组件的网址中填写网址
var url = 'http://cjia.iok.la/api/ScreenDulDept/9999,9998/9999'
// 如果需要传屏幕号
url = 'http://cjia.iok.la/api/ScreenDulDept/9999,9998/9999/{0}' // {0} 会被替换成屏幕号的值
var api = encodeURIComponent(url);
网址 = http://172.19.40.185/app/guahao/roomList.html?api=api&apiTime=2&hideDialog=0&dialogTime=3
// 或者直接使用
网址 = http://172.19.40.185/app/guahao/roomList.html?api=api