上报异常
开发中
POST
/driver/tasks/reportException
请求参数
Header 参数
Authorization
string
可选
示例值:
{{token}}
Body 参数application/json
transportTaskId
string
运输任务id
exceptionTime
string
异常时间,yyyy-MM-dd HH:mm
exceptionPlace
string
上报异常位置
exceptionType
enum<string>
异常类型(传中文)
枚举值:
发动机启动困难,不着车,漏油,漏水,照明失灵,有异响,排烟异常,温度异常,其他
exceptionDescribe
string
异常描述
exceptionImagesList
array [object {1}]
异常图片
url
string
图片url
示例
{
"transportTaskId": "string",
"exceptionTime": "string",
"exceptionPlace": "string",
"exceptionType": "发动机启动困难,",
"exceptionDescribe": "string",
"exceptionImagesList": [
{
"url": "string"
}
]
}
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
提示信息
示例
{
"code": "string",
"msg": "string"
}
修改于 2023-12-07 04:15:09