1.URL

http://124.223.60.234:8080/system/asset/vehicletype/queryVehicleTypeList

2.请求参数

2.1请求头

在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId

2.2.参数示例

{
    "orgId":"F940B79790004404AAC277418FC71C5E"
}

3.接口应答

3.1.返回示例

{
    "code": 200,
    "message": "Operation succeeded",
    "data": [
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 1,
            "vehicleTypeName": "{\"0\":\"Van\",\"1\":\"厢式货车\",\"2\":\"Furgoneta\",\"3\":\"شاحنة محكمة\"}",
            "alarmConfig": "{\"speedThreshold\":80}",
            "updateTime": "2025-09-09 09:36:34",
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 2,
            "vehicleTypeName": "{\"0\":\"Truck\",\"1\":\"卡车\",\"2\":\"Camión\",\"3\":\"شاحنة\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 3,
            "vehicleTypeName": "{\"0\":\"Bus\",\"1\":\"客车\",\"2\":\"Autobuses\",\"3\":\"حافلة\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 4,
            "vehicleTypeName": "{\"0\":\"Trailer\",\"1\":\"拖车\",\"2\":\"Remolque\",\"3\":\"قطار سير\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 5,
            "vehicleTypeName": "{\"0\":\"Car\",\"1\":\"小汽车\",\"2\":\"Automóviles\",\"3\":\"سيارة\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 6,
            "vehicleTypeName": "{\"0\":\"Motorcycle\",\"1\":\"摩托车\",\"2\":\"Motocicletas\",\"3\":\"دراجة نارية\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 7,
            "vehicleTypeName": "{\"0\":\"Container\",\"1\":\"集装箱\",\"2\":\"Contenedor\",\"3\":\"علبة استهلاكية\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        },
        {
            "orgId": "F940B79790004404AAC277418FC71C5E",
            "orgName": "LEAVE",
            "vehicleTypeId": 8,
            "vehicleTypeName": "{\"0\":\"Forklift\",\"1\":\"叉车\",\"2\":\"Chariot élévateur à fourche\",\"3\":\"مُنْجَمَلُ الشُّوَّاتِ\"}",
            "alarmConfig": null,
            "updateTime": null,
            "updateBy": null,
            "updateUser": null
        }
    ]
}

3.2.返回结果说明

字段 类型 说明
code int 返回状态
message String 返回结果描述
data object 返回结果体

data说明

字段 类型 说明
orgId String 组织唯一标识
orgName String 组织名称
vehicleTypeId int 资产类型ID
vehicleTypeName String 资产类型名称,其中0:英文;1:中文;2:西班牙语;3:阿拉伯语
alarmConfig String 报警配置JSON字符串,其中:speedThreshold代表超速阈值,单位km/h
updateTime String 修改时间
updateBy String 修改记录的账户唯一标识
updateUser String 修改记录的账户

4.请求示例

作者:admin  创建时间:2025-09-09 17:37
最后编辑:admin  更新时间:2025-09-15 23:19