hklhai / dashboard

dashboard
0 stars 0 forks source link

登录后model返回、DashBoard与model绑定 #15

Open hklhai opened 5 years ago

hklhai commented 5 years ago

@aym19900825 测试已完成

model绑定dashboard接口

POST http://192.168.1.140:8090/system/modelDashBoards { "modelid": 1, "dashboardDtoList": [ { "modeldashboardid":"", "bid":3, "modelid":1 }, { "modeldashboardid":"", "bid":6, "modelid":1 }, { "modeldashboardid":"", "bid":7, "modelid":1 } ] }

Return: { "code": 1, "message": "Add Success!", "modelList": null }

根据model查询已经绑定的dashboard接口

http://192.168.1.140:8090/system/modelDashBoardlList

{ "integerId":1 }

Return: [ { "modeldashboardid": 1, "modelid": 1, "modelname": "车辆管理hk", "visit_path": 3, "bid": 3, "dashboardname": "上映电影2-update" }, { "modeldashboardid": 2, "modelid": 1, "modelname": "车辆管理hk", "visit_path": 6, "bid": 6, "dashboardname": "testDashboard" }, { "modeldashboardid": 3, "modelid": 1, "modelname": "车辆管理hk", "visit_path": 7, "bid": 7, "dashboardname": "test" } ]