邀约券H5回调通知

使用券的订单行程结束才会发起回调

请求地址: 接入方提供,曹操主动请求。如使用https协议,必须拥有证书。

服务协议: HTTP/POST

Content-Type: application/x-www-form-urlencoded

请求参数:

参数名称 类型 必选 说明
timestamp Long Y 时间戳
notifyType String Y 回调类型 0:表示订单状态通知,1:其他类型回调通知
externalApplyId String Y 外部发券申请Id
voucherId Long Y 邀约券Id
activityId Long Y 活动Id
activityName String Y 活动名称
routeId Long Y 用户实际选择的路线ID
routeName String Y 路线名称
customerId Long Y 曹操用户ID
externalCustomerId String Y 外部用户ID
customerName String Y 用户名称
status Integer Y 邀约券状态 0-未使用,1-使用中,2-待支付,3-已完成,4-暂不可用,5-已过期,6-已作废
usedTime Long Y 实际使用时间
needNoticeAdmin Integer Y 行程是否通知管理员,1-是,0-否
userPaymentAmount Integer Y 用户实际支付金额,单位:分
travelTotalAmount Integer Y 行程总金额,单位:分
travelStartTime Long Y 行程开始时间
travelEndTime Long Y 行程结束时间
travelOrderId String Y 行程订单ID
realStartingPlace String Y 实际出发地
realEndingPlace String Y 实际目的地
realMileage Double Y 实际行驶里程,单位:公里
event String N 事件
order_id String N 订单Id
ext_order_id String N 外部订单Id

校验结果示例: 返回结果曹操会校验其正确性,如果校验失败,则会发起重试。

{"code": 200,"success": true}