文档
测试

延长二维码有效时间(完成)

POST
http://localhost:8080/app/dispatch/prolong

接口描述

延长二维码有效时间

请求参数

参数名
类型
描述
必填
id
string
示例:XS10000012003230068
必填
validTime
date
有效截止日期
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:保存销售派车成功
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "保存销售派车成功", "total": 0 }