cdt-cli
Version:
A simple CLI for creating your projects
124 lines • 4 kB
JSON
{
"modules": [
{
"data": {
"name": "warning-management",
"notes": "智能预警"
},
"childrenNode": [
{
"data": {
"name": "anomaly-acquisition",
"notes": "异常采集管理"
},
"interface": [
{
"notes": "异常采集新增接口",
"name": "addEventArtificial",
"url": "/supervise_core/monSuperviseEventArtificial/add",
"method": "post",
"type": "add"
},
{
"notes": "异常采集信息分页查询列表",
"name": "queryEventArtificial",
"url": "/supervise_core/monSuperviseEventArtificial/page",
"method": "post",
"type": "list"
},
{
"notes": "异常采集详情查询接口",
"name": "getEventArtificialDetail",
"url": "/supervise_core/monSuperviseEventArtificial/get/${data.id}",
"method": "get",
"type": "detail"
},
{
"notes": "异常采集更新接口",
"name": "updateEventArtificial",
"url": "/supervise_core/monSuperviseEventArtificial/update",
"method": "post",
"type": "update"
},
{
"notes": "异常采集删除接口",
"name": "delEventArtificial",
"url": "/supervise_core/monSuperviseEventArtificial/update?id=${data.id}&zt=${data.zt}",
"method": "post",
"type": "delete"
}
]
}
]
},
{
"data": {
"name": "sys-management",
"notes": "系统管理"
},
"childrenNode": [
{
"data": {
"name": "video-device-management",
"notes": "视频设备管理"
},
"interface": [
{
"notes": "设备添加",
"name": "addVideoDevice",
"url": "/supervise_core/monVideoConfig/add",
"method": "post",
"type": "add"
},
{
"notes": "视频设备分页查询",
"name": "queryMonVideoConfigPage",
"url": "/supervise_core/monVideoConfig/page",
"method": "post",
"type": "list"
},
{
"notes": "根据设备编号查询设备信息",
"name": "getMonVideoConfigDetail",
"url": "/supervise_core/monVideoConfig/get/${data.sbbh}",
"method": "get",
"type": "detail"
},
{
"notes": "编辑视频设备信息",
"name": "updateMonVideoConfig",
"url": "/supervise_core/monVideoConfig/update",
"method": "post",
"type": "update"
},
{
"notes": "删除视频设备信息",
"name": "delVideoDevice",
"url": "/supervise_core/monVideoConfig/del/${data.sbbh}",
"method": "get",
"type": "delete"
},
{
"notes": "设备添加页面查询机构下拉框数据",
"name": "queryJgInfoBySblx",
"url": "/supervise_core/monVideoConfig/queryJgInfoBySblx",
"method": "post"
},
{
"notes": "设备添加页面查询科目二考试项目",
"name": "queryKsxm",
"url": "/supervise_core/monVideoConfig/queryKsxm",
"method": "get"
},
{
"notes": "根据检测站编号查询检测线信息",
"name": "queryJcxByjczbh",
"url": "/supervise_core/monVideoConfig/queryJcxByjczbh/${data.jgdm}",
"method": "get"
}
]
}
]
}
]
}