文档
测试

预约取消

POST
/reserve/cancelreserveinfo

请求参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
id
string
序号编码
必填

响应参数

参数名
类型
描述
必填
requestnumber
string
单次请求ID
必填
result
string
返还当前执行结果 1:成功 0: 失败
必填
state
string
返还当前执行状态 成功 或 失败
必填
remarks
string
返还当前执行情况说明,在失败的情况下 返还失败原因
必填

说明 / 示例

取消预约的逻辑 update reserve set state = '0' where id = ''