curl --location --request GET '/configuration/item/dropdown?enterpriseId=100&type=2'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 1,
"name": "外观检查"
},
{
"id": 4,
"name": "座位检查"
},
{
"id": 3,
"name": "灭火器检查"
},
{
"id": 2,
"name": "所有轮胎检查"
}
]
}