管理后台部分--设备分类列表
接口地址:/exam/bkdvcls
请求方式 get
参数:
无
返回格式:
{
"code":1,
"data":{
"device_class": [
{
"id": 1,
"title": "打磨设备"
},
{
"id": 2,
"title": "带锯"
}
]
},
"msg":"success"
}Last updated
Was this helpful?