# 券码状态变更通知 ## 基本信息 券码状态变更通知,易百将券码状态变更通知分发给渠道或者品牌,对接方需提供接口接收通知。 ## 请求参数 ### Headers
参数名称参数值是否必填
Content-Typeapplication/json
### Body
参数名称类型必填默认值备注其他信息
channelInfoListarray通知渠道列表
|\_\_actionstringVerifyCodeNotify通知action最大长度:24 最小长度:1
|\_\_channelAppIdstringebuy19915d0498cf通知渠道appId最大长度:24 最小长度:1
|\_\_channelIdstringebuywha102410004通知渠道id最大长度:24 最小长度:1
|\_\_channelNamestring易百演示通知渠道名称最大长度:16 最小长度:1
|\_\_channelTypestringsaleChannel通知渠道类型最大长度:12 最小长度:1
|\_\_messageTypestringebuy通知消息格式最大长度:12 最小长度:1
|\_\_notifyTypestringVerify通知消息类型最大长度:12 最小长度:1
|\_\_ticketIdsarray券批次活动id
|\_\_transferUrlstring通知渠道三方地址 最大长度:255 最小长度:1
uuidstring20220509-b485a27c80914357912b029a8a8f5f9b请求uuid最大长度:40 最小长度:1
operationTypestring
itemsarray
|\_\_codestring 券码
|\_\_notifyRequestIdstring 券码核销请求uuid
|\_\_operationTypestring 操作类型
|\_\_saleChannelIdstring 销售渠道ID
|\_\_saleChannelItemIdstring
|\_\_saleChannelOrderIdstring 销售渠道订单ID
|\_\_ticketIdstring 券批次id
|\_\_updateDatestring
|\_\_updateTimenumber
### 请求示例 ```json { "channelInfoList": [ { "transferUrl": "https://ups.starbucks.com.cn/notifyOnlineLifecycle/cardCoupon/v1/notify/2009", "notifyType": "UpdateCodeStatus", "whaleChannel": false, "messageType": "third", "channelAppId": "ebuywha102420017", "action": "UpdateCodeStatusNotify", "channelName": "星巴克GC", "channelType": "brandChannel", "channelId": "674", "ticketIds": [ 1000030006084 ] }, { "notifyType": "UpdateCodeStatus", "whaleChannel": false, "messageType": "ebuy", "channelAppId": "102420017", "serviceProvider": "esb", "action": "UpdateCodeStatusNotify", "channelName": "抖音本地生活", "channelType": "saleChannel", "channelVersion": "paas", "channelId": "ebuywha102420017", "ticketIds": [ 1000030006084 ] } ], "operationType": "invalid", "items": [ { "saleChannelOrderId": "20971301257990133272576", "updateDate": "20241103", "code": "1004241030700305059=WUhbyTaP", "notifyRequestId": "UpdateCodeStatusNotify-20241103-4605c6dbef01463baaec87bbc845db47", "saleChannelId": 130, "operationType": "invalid", "updateTime": "20241103195644", "ecouponTicket": { "updateDate": 1730184382000, "saleChannelId": 130, "saleTenancyName": "星巴克GC", "codeValidDays": -1, "hasTest": "1", "uuid": "20241029-E2DbfA4EBA344eaEC1Bd1D2ededC1FDC", "ticketValidEnd": 4102415999000, "tenancyName": "星巴克GC", "updateBy": "周佳明", "appId": "ebuy50a485403880", "commissionDate": 0, "authorityConfig": { "createBy": "周佳明" }, "ticketWhaleId": "677460_1000030006084", "createDate": 1729670367000, "ticketBindInfo": { "ebuyTicketName": "星巴克太妃榛果系列中杯双杯券DY", "ebuyTicketId": "677460", "thirdSendTicketId": "" }, "brandName": "星巴克GC", "paymentParam": { "needBarcode": false, "makeNotify2UserTemplate": "", "paymentParam": "{}", "verifyNotify2UserTemplate": "", "printTemplate": "00|兑换产品:星巴克太妃榛果系列中杯双杯券DY X 1|", "needReturnBuyGoods": false, "returnBuyProduct": "N", "statementCustomer": "易百支付", "projectProductQuotationId": 9842832, "verifyNotifyConf": "00", "onlyAllowOneVerify": "N", "makeNotifyConf": "00", "thirdCodeMap": "", "voidNotifyConf": "00", "statementPrice": "0", "smsMakeNotifySrc": "", "statementCustomerId": "8", "isOverIncome": "0", "smsVerifyNotifySrc": "" }, "codeValidEnd": 1732550399000, "codeCount": -1, "productId": 9988, "brandSalePrice": -1, "saleTenancyId": 49, "ticketType": "exchangeCoupon", "ticketUseDescription": { "useDescription": "", "discountDescription": "" }, "createBy": "周佳明", "tenancyId": 49, "codeValidStart": 1729612800000, "ticketConfig": { "codeRandomType": "string", "waringPerson": [ ], "needDynamicCode": false, "defaultRuleGoodsList": "[]", "supportNextDayCancel": "N", "codeRandom": 8, "codePrefix": "", "stepPrice": "N", "needThirdQrcode": false, "needUploadGov": false, "logoUrl": "", "notifyType": "standard", "needEbuyWallet": "N", "waringVal": "", "transparentGoodsDetail": "N", "merchantCustomRealAmount": "Y", "needFilterGoodsDetail": "Y", "needShortLink": false, "logoType": "1", "codeSuffix": "=", "supportSameDayCancel": "Y" }, "brandId": 674, "ticketStatus": "0", "saleChannelInfo": { "productSource": "", "saleChannelName": "抖音本地生活", "activity": "星巴克-易百券系统运维-LX82022000164", "saleChannelId": 130, "thirdpartySourceId": "610850" }, "ticketValidStart": 1729612800000, "remarks": "COU20241022004-04", "ticketId": 1000030006084, "status": "0", "ticketName": "星巴克太妃榛果系列中杯双杯券DY" }, "saleChannelItemId": "20971301257990133272576", "ticketId": 1000030006084 } ], "uuid": "20241103-4605c6dbef01463baaec87bbc845db47" } ``` ## 响应 ### 响应参数
参数名称类型必填默认值备注其他信息
codestring 响应码
messagestring 响应消息
### 响应示例 ```json {"code":"EB_SUCCESS","message":"操作成功"} ``` 注意: 响应码不为EB\_SUCCESS 或 EB\_FAIL 易百将会进行重试,请保证接口幂等性。 - {"code":"EB\_SUCCESS","message":"操作成功"} // 业务处理成功,不重试 - {"code":"EB\_FAIL","message":"操作失败"} // 业务处理失败,不重试 - 其他未知失败 // 重试