1 Star 2 Fork 1

artskin/admin-base-tmpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
types.d.ts 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
artskin 提交于 2021-02-24 20:54 . add task mockapi
interface taskType {
"task_id": string,
"status": boolean,
"timestamp":Date,
"title": string,
"deviceName": string
"source": {
"type": string,
"parameter": {
"rtsp": {
"url":string
},
"onvif": {
"host": string
},
"sensepass": {
"device_sn": number
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/artcss/admin-base-tmpl.git
git@gitee.com:artcss/admin-base-tmpl.git
artcss
admin-base-tmpl
admin-base-tmpl
main

搜索帮助