pls_update_car
pls_update_carUpdate a vehicle entity's details such as type, brand, model, license plate, and weight device status. Requires confirmation to proceed.
Instructions
【🔧 管理】更新车辆实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传需改字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 车辆ID(更新/删除时必填,长整型以字符串传入) | |
| carCode | No | 车辆编号 | |
| carType | No | 车辆类型: 0-夹包车, 1-转运车, 2-正面吊 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| carBrand | No | 品牌 | |
| carModel | No | 型号 | |
| machineCode | No | 车牌号/机械编号 | |
| hasWeightDevice | No | 是否配备称重设备: 0-无, 1-有 |