tmc.js 0.3.41 → 0.3.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -134,7 +134,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
134
134
 
135
135
  ## 支持的TOPICS
136
136
 
137
- <details><summary>共计 84+ 类别,506+ 消息数</summary>
137
+ <details><summary>共计 85+ 类别,509+ 消息数</summary>
138
138
 
139
139
  | 类别 | 消息数 |
140
140
  | --- | --- |
@@ -170,7 +170,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
170
170
  | AE-交易 | 10 |
171
171
  | 五道口配送 | 5 |
172
172
  | 百川 | 2 |
173
- | 闲鱼 | 22 |
173
+ | 闲鱼 | 23 |
174
174
  | 闲鱼回收商消息 | 6 |
175
175
  | 零售通POS开放平台消息 | 4 |
176
176
  | DPAAS | 6 |
@@ -199,10 +199,11 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
199
199
  | HOMEAI | 2 |
200
200
  | HOMEAI消息对接 | 5 |
201
201
  | 零售通_公共 | 8 |
202
- | 酒店标准库基础信息变更消息 | 2 |
202
+ | 酒店标准库基础信息变更消息 | 3 |
203
203
  | 菜鸟发货工作台 | 1 |
204
204
  | IOT-智能制造 | 2 |
205
205
  | 智能制造API | 1 |
206
+ | ICBU-交易 | 1 |
206
207
  | IoT售后解决方案 | 1 |
207
208
  | OpenMall-API | 5 |
208
209
  | 闲鱼已验货 | 6 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmc.js",
3
- "version": "0.3.41",
3
+ "version": "0.3.42",
4
4
  "description": "Event driven and chained Taobao Message Channel(TMC) for NodeJS",
5
5
  "author": "James ZHANG",
6
6
  "license": "MIT",
@@ -1615,6 +1615,8 @@ declare namespace Alibaba.Invoice {
1615
1615
  readonly platform_tid: string;
1616
1616
  /** 卖家Nick */
1617
1617
  seller_nick?: string;
1618
+ /** 流水号 */
1619
+ serial_no?: string;
1618
1620
  /** 开票申请的触发类型,buyer_payed=卖家已付款,sent_goods=卖家已发货,buyer_confirm=买家确认收货,refund_seller_confirm=卖家同意退款,invoice_supply=买家申请补开发票,invoice_change=买家申请改抬头,change_paper=电换纸 */
1619
1621
  trigger_status?: string;
1620
1622
  }
package/types/icbu.d.ts CHANGED
@@ -131,7 +131,7 @@ declare namespace Icbu.Risk {
131
131
  }
132
132
  }
133
133
 
134
- /** ICBU */
134
+ /** ICBU-交易 */
135
135
  declare namespace Icbu.Trade {
136
136
  /** {@link https://open.taobao.com/tmc.htm?docId=1754&docType=9 国际站订单变更消息} */
137
137
  interface OrderNotify {
package/types/idle.d.ts CHANGED
@@ -111,6 +111,29 @@ declare namespace Idle.Consignmentii {
111
111
  }
112
112
  }
113
113
 
114
+ /** 闲鱼 */
115
+ declare namespace Idle.Cro {
116
+ /** {@link https://open.taobao.com/tmc.htm?docId=2567&docType=9 闲鱼安全处罚消息} */
117
+ interface PunishMsg {
118
+ /** 0-处罚中,1-处罚完结,2-处罚撤销,10-申诉前置处罚 */
119
+ action_type: string;
120
+ /** 具体处罚项是什么 */
121
+ asset_list: string;
122
+ /** 处罚开始时间 */
123
+ begin_date: Date | number | string;
124
+ /** 处罚结束时间 */
125
+ end_date: Date | number | string;
126
+ /** 处罚ID */
127
+ result_id: string;
128
+ /** 处罚规则CODE */
129
+ rule_code: string;
130
+ /** 处罚规则名称 */
131
+ rule_name: string;
132
+ /** 处罚的用户ID */
133
+ user_id: number;
134
+ }
135
+ }
136
+
114
137
  /** 闲鱼 */
115
138
  declare namespace Idle.Cycleshop {
116
139
  /** {@link https://open.taobao.com/tmc.htm?docId=2499&docType=9 闲鱼循环商店-货品变更通知} */
package/types/index.d.ts CHANGED
@@ -1112,7 +1112,7 @@ declare interface TaoTopicsDescriptor {
1112
1112
  icbu_member_XmUnBind(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuMemberXmUnBind) => void): TaoMessageConsumer;
1113
1113
  /** {@link IncomingMessage.IcbuRiskZeroersMessage ICBU > 天鹿风控事件异步消息结果} */
1114
1114
  icbu_risk_ZeroersMessage(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuRiskZeroersMessage) => void): TaoMessageConsumer;
1115
- /** {@link IncomingMessage.IcbuTradeOrderNotify ICBU > 国际站订单变更消息} */
1115
+ /** {@link IncomingMessage.IcbuTradeOrderNotify ICBU-交易 > 国际站订单变更消息} */
1116
1116
  icbu_trade_OrderNotify(fn: (this: TaoMessageConsumer, message: IncomingMessage.IcbuTradeOrderNotify) => void): TaoMessageConsumer;
1117
1117
  /** {@link IncomingMessage.IdleAgreementStatusChange 闲鱼 > 闲鱼代扣消息通知} */
1118
1118
  idle_agreement_StatusChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleAgreementStatusChange) => void): TaoMessageConsumer;
@@ -1130,6 +1130,8 @@ declare interface TaoTopicsDescriptor {
1130
1130
  idle_consignment_OrderSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentOrderSyn) => void): TaoMessageConsumer;
1131
1131
  /** {@link IncomingMessage.IdleConsignmentiiOrderSyn 闲鱼回收商消息 > 闲鱼寄卖V2订单履约状态同步} */
1132
1132
  idle_consignmentii_OrderSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentiiOrderSyn) => void): TaoMessageConsumer;
1133
+ /** {@link IncomingMessage.IdleCroPunishMsg 闲鱼 > 闲鱼安全处罚消息} */
1134
+ idle_cro_PunishMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCroPunishMsg) => void): TaoMessageConsumer;
1133
1135
  /** {@link IncomingMessage.IdleCycleshopGoodsNotice 闲鱼 > 闲鱼循环商店-货品变更通知} */
1134
1136
  idle_cycleshop_GoodsNotice(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopGoodsNotice) => void): TaoMessageConsumer;
1135
1137
  /** {@link IncomingMessage.IdleCycleshopSaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
@@ -1620,6 +1622,8 @@ declare interface TaoTopicsDescriptor {
1620
1622
  taobao_ofn_NewOrderEventSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnNewOrderEventSync) => void): TaoMessageConsumer;
1621
1623
  /** {@link IncomingMessage.TaobaoOfnOrderStatusSync 淘宝交易 > 以旧换新回收单状态同步} */
1622
1624
  taobao_ofn_OrderStatusSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnOrderStatusSync) => void): TaoMessageConsumer;
1625
+ /** {@link IncomingMessage.TaobaoOfnRateSync 淘宝交易 > 以旧换新回收单评价消息} */
1626
+ taobao_ofn_RateSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnRateSync) => void): TaoMessageConsumer;
1623
1627
  /** {@link IncomingMessage.TaobaoOpenaccountDataSync 导购平台 > openaccount数据同步} */
1624
1628
  taobao_openaccount_DataSync(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOpenaccountDataSync) => void): TaoMessageConsumer;
1625
1629
  /** {@link IncomingMessage.TaobaoOpencrmAuthTouchMessage 客户运营平台API > 营销短信授权消息} */
@@ -2034,6 +2038,8 @@ declare interface TaoTopicsDescriptor {
2034
2038
  taobao_wt_OpenTradeTaskMsg(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWtOpenTradeTaskMsg) => void): TaoMessageConsumer;
2035
2039
  /** {@link IncomingMessage.TaobaoWtVerifyInform 淘宝 > 阿里通信实人认证主动通知运营商} */
2036
2040
  taobao_wt_VerifyInform(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWtVerifyInform) => void): TaoMessageConsumer;
2041
+ /** {@link IncomingMessage.TaobaoXhotelDistributionStdInfoChange 酒店标准库基础信息变更消息 > 通用分销 标准信息变更消息} */
2042
+ taobao_xhotel_DistributionStdInfoChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXhotelDistributionStdInfoChange) => void): TaoMessageConsumer;
2037
2043
  /** {@link IncomingMessage.TaobaoXianyuHouseBooking 闲鱼 > 闲鱼房源预约消息} */
2038
2044
  taobao_xianyu_HouseBooking(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXianyuHouseBooking) => void): TaoMessageConsumer;
2039
2045
  /** {@link IncomingMessage.TaobaoXianyuRentBillPaid 闲鱼 > 闲鱼租房订单支付} */
@@ -2068,6 +2074,8 @@ declare interface TaoTopicsDescriptor {
2068
2074
  taobao_xiaowei_Test(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaoweiTest) => void): TaoMessageConsumer;
2069
2075
  /** {@link IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
2070
2076
  taobao_yichao_WarrantyCodeStatusUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate) => void): TaoMessageConsumer;
2077
+ /** {@link IncomingMessage.TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
2078
+ taobao_zk_IdentifyCreate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkIdentifyCreate) => void): TaoMessageConsumer;
2071
2079
  /** {@link IncomingMessage.TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步} */
2072
2080
  taotao_film_ThirdPartyRefundPush(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilmThirdPartyRefundPush) => void): TaoMessageConsumer;
2073
2081
  /** {@link IncomingMessage.TmallAliautoStepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
@@ -2318,6 +2326,8 @@ declare interface TaoTopicsDescriptor {
2318
2326
  xianyu_ctox_RateStateSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuCtoxRateStateSyn) => void): TaoMessageConsumer;
2319
2327
  /** {@link IncomingMessage.XianyuEnvironmentEventSyn 闲鱼 > 闲鱼双11公益游戏任务事件同步} */
2320
2328
  xianyu_environment_EventSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuEnvironmentEventSyn) => void): TaoMessageConsumer;
2329
+ /** {@link IncomingMessage.XianyuFishmarketItemSyn 闲鱼 > 鱼市商品状态变更} */
2330
+ xianyu_fishmarket_ItemSyn(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuFishmarketItemSyn) => void): TaoMessageConsumer;
2321
2331
  /** {@link IncomingMessage.XianyuIsvOrderRemind 闲鱼 > 闲鱼服务商订单提醒} */
2322
2332
  xianyu_isv_OrderRemind(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuIsvOrderRemind) => void): TaoMessageConsumer;
2323
2333
  /** {@link IncomingMessage.XianyuMarketrecycleOrderStateSyn 闲鱼 > 保卖订单变更通知} */
@@ -2682,6 +2692,8 @@ declare interface TaoTopicsDescriptor {
2682
2692
  idle_consignment(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignment) => void): TaoMessageConsumer;
2683
2693
  /** {@link IncomingMessage.IdleConsignmentii} */
2684
2694
  idle_consignmentii(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentii) => void): TaoMessageConsumer;
2695
+ /** {@link IncomingMessage.IdleCro} */
2696
+ idle_cro(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCro) => void): TaoMessageConsumer;
2685
2697
  /** {@link IncomingMessage.IdleCycleshop} */
2686
2698
  idle_cycleshop(fn: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
2687
2699
  /** {@link IncomingMessage.IdleRecycle} */
@@ -2916,6 +2928,8 @@ declare interface TaoTopicsDescriptor {
2916
2928
  taobao_worktable(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWorktable) => void): TaoMessageConsumer;
2917
2929
  /** {@link IncomingMessage.TaobaoWt} */
2918
2930
  taobao_wt(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWt) => void): TaoMessageConsumer;
2931
+ /** {@link IncomingMessage.TaobaoXhotel} */
2932
+ taobao_xhotel(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXhotel) => void): TaoMessageConsumer;
2919
2933
  /** {@link IncomingMessage.TaobaoXianyu} */
2920
2934
  taobao_xianyu(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXianyu) => void): TaoMessageConsumer;
2921
2935
  /** {@link IncomingMessage.TaobaoXiaoqu} */
@@ -2924,6 +2938,8 @@ declare interface TaoTopicsDescriptor {
2924
2938
  taobao_xiaowei(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaowei) => void): TaoMessageConsumer;
2925
2939
  /** {@link IncomingMessage.TaobaoYichao} */
2926
2940
  taobao_yichao(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichao) => void): TaoMessageConsumer;
2941
+ /** {@link IncomingMessage.TaobaoZk} */
2942
+ taobao_zk(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZk) => void): TaoMessageConsumer;
2927
2943
  /** {@link IncomingMessage.TaotaoFilm} */
2928
2944
  taotao_film(fn: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilm) => void): TaoMessageConsumer;
2929
2945
  /** {@link IncomingMessage.TmallAliauto} */
@@ -3014,6 +3030,8 @@ declare interface TaoTopicsDescriptor {
3014
3030
  xianyu_ctox(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuCtox) => void): TaoMessageConsumer;
3015
3031
  /** {@link IncomingMessage.XianyuEnvironment} */
3016
3032
  xianyu_environment(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuEnvironment) => void): TaoMessageConsumer;
3033
+ /** {@link IncomingMessage.XianyuFishmarket} */
3034
+ xianyu_fishmarket(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuFishmarket) => void): TaoMessageConsumer;
3017
3035
  /** {@link IncomingMessage.XianyuIsv} */
3018
3036
  xianyu_isv(fn: (this: TaoMessageConsumer, message: IncomingMessage.XianyuIsv) => void): TaoMessageConsumer;
3019
3037
  /** {@link IncomingMessage.XianyuMarketrecycle} */
@@ -4177,7 +4195,7 @@ declare interface TaoEventsListener {
4177
4195
  on(topic: 'icbu_member_XmUnBind', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuMemberXmUnBind) => void): TaoMessageConsumer;
4178
4196
  /** {@link IncomingMessage.IcbuRiskZeroersMessage ICBU > 天鹿风控事件异步消息结果} */
4179
4197
  on(topic: 'icbu_risk_ZeroersMessage', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuRiskZeroersMessage) => void): TaoMessageConsumer;
4180
- /** {@link IncomingMessage.IcbuTradeOrderNotify ICBU > 国际站订单变更消息} */
4198
+ /** {@link IncomingMessage.IcbuTradeOrderNotify ICBU-交易 > 国际站订单变更消息} */
4181
4199
  on(topic: 'icbu_trade_OrderNotify', listener: (this: TaoMessageConsumer, message: IncomingMessage.IcbuTradeOrderNotify) => void): TaoMessageConsumer;
4182
4200
  /** {@link IncomingMessage.IdleAgreementStatusChange 闲鱼 > 闲鱼代扣消息通知} */
4183
4201
  on(topic: 'idle_agreement_StatusChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleAgreementStatusChange) => void): TaoMessageConsumer;
@@ -4195,6 +4213,8 @@ declare interface TaoEventsListener {
4195
4213
  on(topic: 'idle_consignment_OrderSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentOrderSyn) => void): TaoMessageConsumer;
4196
4214
  /** {@link IncomingMessage.IdleConsignmentiiOrderSyn 闲鱼回收商消息 > 闲鱼寄卖V2订单履约状态同步} */
4197
4215
  on(topic: 'idle_consignmentii_OrderSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentiiOrderSyn) => void): TaoMessageConsumer;
4216
+ /** {@link IncomingMessage.IdleCroPunishMsg 闲鱼 > 闲鱼安全处罚消息} */
4217
+ on(topic: 'idle_cro_PunishMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCroPunishMsg) => void): TaoMessageConsumer;
4198
4218
  /** {@link IncomingMessage.IdleCycleshopGoodsNotice 闲鱼 > 闲鱼循环商店-货品变更通知} */
4199
4219
  on(topic: 'idle_cycleshop_GoodsNotice', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshopGoodsNotice) => void): TaoMessageConsumer;
4200
4220
  /** {@link IncomingMessage.IdleCycleshopSaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
@@ -4685,6 +4705,8 @@ declare interface TaoEventsListener {
4685
4705
  on(topic: 'taobao_ofn_NewOrderEventSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnNewOrderEventSync) => void): TaoMessageConsumer;
4686
4706
  /** {@link IncomingMessage.TaobaoOfnOrderStatusSync 淘宝交易 > 以旧换新回收单状态同步} */
4687
4707
  on(topic: 'taobao_ofn_OrderStatusSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnOrderStatusSync) => void): TaoMessageConsumer;
4708
+ /** {@link IncomingMessage.TaobaoOfnRateSync 淘宝交易 > 以旧换新回收单评价消息} */
4709
+ on(topic: 'taobao_ofn_RateSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOfnRateSync) => void): TaoMessageConsumer;
4688
4710
  /** {@link IncomingMessage.TaobaoOpenaccountDataSync 导购平台 > openaccount数据同步} */
4689
4711
  on(topic: 'taobao_openaccount_DataSync', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoOpenaccountDataSync) => void): TaoMessageConsumer;
4690
4712
  /** {@link IncomingMessage.TaobaoOpencrmAuthTouchMessage 客户运营平台API > 营销短信授权消息} */
@@ -5099,6 +5121,8 @@ declare interface TaoEventsListener {
5099
5121
  on(topic: 'taobao_wt_OpenTradeTaskMsg', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWtOpenTradeTaskMsg) => void): TaoMessageConsumer;
5100
5122
  /** {@link IncomingMessage.TaobaoWtVerifyInform 淘宝 > 阿里通信实人认证主动通知运营商} */
5101
5123
  on(topic: 'taobao_wt_VerifyInform', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWtVerifyInform) => void): TaoMessageConsumer;
5124
+ /** {@link IncomingMessage.TaobaoXhotelDistributionStdInfoChange 酒店标准库基础信息变更消息 > 通用分销 标准信息变更消息} */
5125
+ on(topic: 'taobao_xhotel_DistributionStdInfoChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXhotelDistributionStdInfoChange) => void): TaoMessageConsumer;
5102
5126
  /** {@link IncomingMessage.TaobaoXianyuHouseBooking 闲鱼 > 闲鱼房源预约消息} */
5103
5127
  on(topic: 'taobao_xianyu_HouseBooking', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXianyuHouseBooking) => void): TaoMessageConsumer;
5104
5128
  /** {@link IncomingMessage.TaobaoXianyuRentBillPaid 闲鱼 > 闲鱼租房订单支付} */
@@ -5133,6 +5157,8 @@ declare interface TaoEventsListener {
5133
5157
  on(topic: 'taobao_xiaowei_Test', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaoweiTest) => void): TaoMessageConsumer;
5134
5158
  /** {@link IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
5135
5159
  on(topic: 'taobao_yichao_WarrantyCodeStatusUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichaoWarrantyCodeStatusUpdate) => void): TaoMessageConsumer;
5160
+ /** {@link IncomingMessage.TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
5161
+ on(topic: 'taobao_zk_IdentifyCreate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZkIdentifyCreate) => void): TaoMessageConsumer;
5136
5162
  /** {@link IncomingMessage.TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步} */
5137
5163
  on(topic: 'taotao_film_ThirdPartyRefundPush', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilmThirdPartyRefundPush) => void): TaoMessageConsumer;
5138
5164
  /** {@link IncomingMessage.TmallAliautoStepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
@@ -5383,6 +5409,8 @@ declare interface TaoEventsListener {
5383
5409
  on(topic: 'xianyu_ctox_RateStateSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuCtoxRateStateSyn) => void): TaoMessageConsumer;
5384
5410
  /** {@link IncomingMessage.XianyuEnvironmentEventSyn 闲鱼 > 闲鱼双11公益游戏任务事件同步} */
5385
5411
  on(topic: 'xianyu_environment_EventSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuEnvironmentEventSyn) => void): TaoMessageConsumer;
5412
+ /** {@link IncomingMessage.XianyuFishmarketItemSyn 闲鱼 > 鱼市商品状态变更} */
5413
+ on(topic: 'xianyu_fishmarket_ItemSyn', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuFishmarketItemSyn) => void): TaoMessageConsumer;
5386
5414
  /** {@link IncomingMessage.XianyuIsvOrderRemind 闲鱼 > 闲鱼服务商订单提醒} */
5387
5415
  on(topic: 'xianyu_isv_OrderRemind', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuIsvOrderRemind) => void): TaoMessageConsumer;
5388
5416
  /** {@link IncomingMessage.XianyuMarketrecycleOrderStateSyn 闲鱼 > 保卖订单变更通知} */
@@ -5747,6 +5775,8 @@ declare interface TaoEventsListener {
5747
5775
  on(topic: 'idle_consignment', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignment) => void): TaoMessageConsumer;
5748
5776
  /** {@link IncomingMessage.IdleConsignmentii} */
5749
5777
  on(topic: 'idle_consignmentii', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleConsignmentii) => void): TaoMessageConsumer;
5778
+ /** {@link IncomingMessage.IdleCro} */
5779
+ on(topic: 'idle_cro', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCro) => void): TaoMessageConsumer;
5750
5780
  /** {@link IncomingMessage.IdleCycleshop} */
5751
5781
  on(topic: 'idle_cycleshop', listener: (this: TaoMessageConsumer, message: IncomingMessage.IdleCycleshop) => void): TaoMessageConsumer;
5752
5782
  /** {@link IncomingMessage.IdleRecycle} */
@@ -5981,6 +6011,8 @@ declare interface TaoEventsListener {
5981
6011
  on(topic: 'taobao_worktable', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWorktable) => void): TaoMessageConsumer;
5982
6012
  /** {@link IncomingMessage.TaobaoWt} */
5983
6013
  on(topic: 'taobao_wt', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoWt) => void): TaoMessageConsumer;
6014
+ /** {@link IncomingMessage.TaobaoXhotel} */
6015
+ on(topic: 'taobao_xhotel', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXhotel) => void): TaoMessageConsumer;
5984
6016
  /** {@link IncomingMessage.TaobaoXianyu} */
5985
6017
  on(topic: 'taobao_xianyu', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXianyu) => void): TaoMessageConsumer;
5986
6018
  /** {@link IncomingMessage.TaobaoXiaoqu} */
@@ -5989,6 +6021,8 @@ declare interface TaoEventsListener {
5989
6021
  on(topic: 'taobao_xiaowei', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoXiaowei) => void): TaoMessageConsumer;
5990
6022
  /** {@link IncomingMessage.TaobaoYichao} */
5991
6023
  on(topic: 'taobao_yichao', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoYichao) => void): TaoMessageConsumer;
6024
+ /** {@link IncomingMessage.TaobaoZk} */
6025
+ on(topic: 'taobao_zk', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaobaoZk) => void): TaoMessageConsumer;
5992
6026
  /** {@link IncomingMessage.TaotaoFilm} */
5993
6027
  on(topic: 'taotao_film', listener: (this: TaoMessageConsumer, message: IncomingMessage.TaotaoFilm) => void): TaoMessageConsumer;
5994
6028
  /** {@link IncomingMessage.TmallAliauto} */
@@ -6079,6 +6113,8 @@ declare interface TaoEventsListener {
6079
6113
  on(topic: 'xianyu_ctox', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuCtox) => void): TaoMessageConsumer;
6080
6114
  /** {@link IncomingMessage.XianyuEnvironment} */
6081
6115
  on(topic: 'xianyu_environment', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuEnvironment) => void): TaoMessageConsumer;
6116
+ /** {@link IncomingMessage.XianyuFishmarket} */
6117
+ on(topic: 'xianyu_fishmarket', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuFishmarket) => void): TaoMessageConsumer;
6082
6118
  /** {@link IncomingMessage.XianyuIsv} */
6083
6119
  on(topic: 'xianyu_isv', listener: (this: TaoMessageConsumer, message: IncomingMessage.XianyuIsv) => void): TaoMessageConsumer;
6084
6120
  /** {@link IncomingMessage.XianyuMarketrecycle} */
@@ -1095,7 +1095,7 @@ declare namespace IncomingMessage {
1095
1095
  type IcbuMemberXmUnBind = Message & { content?: MessageContent & { topic?: 'icbu_member_XmUnBind', content?: string | Icbu.Member.XmUnBind } };
1096
1096
  /** {@link Icbu.Risk.ZeroersMessage ICBU > 天鹿风控事件异步消息结果} */
1097
1097
  type IcbuRiskZeroersMessage = Message & { content?: MessageContent & { topic?: 'icbu_risk_ZeroersMessage', content?: string | Icbu.Risk.ZeroersMessage } };
1098
- /** {@link Icbu.Trade.OrderNotify ICBU > 国际站订单变更消息} */
1098
+ /** {@link Icbu.Trade.OrderNotify ICBU-交易 > 国际站订单变更消息} */
1099
1099
  type IcbuTradeOrderNotify = Message & { content?: MessageContent & { topic?: 'icbu_trade_OrderNotify', content?: string | Icbu.Trade.OrderNotify } };
1100
1100
  /** {@link Idle.Agreement.StatusChange 闲鱼 > 闲鱼代扣消息通知} */
1101
1101
  type IdleAgreementStatusChange = Message & { content?: MessageContent & { topic?: 'idle_agreement_StatusChange', content?: string | Idle.Agreement.StatusChange } };
@@ -1113,6 +1113,8 @@ declare namespace IncomingMessage {
1113
1113
  type IdleConsignmentOrderSyn = Message & { content?: MessageContent & { topic?: 'idle_consignment_OrderSyn', content?: string | Idle.Consignment.OrderSyn } };
1114
1114
  /** {@link Idle.Consignmentii.OrderSyn 闲鱼回收商消息 > 闲鱼寄卖V2订单履约状态同步} */
1115
1115
  type IdleConsignmentiiOrderSyn = Message & { content?: MessageContent & { topic?: 'idle_consignmentii_OrderSyn', content?: string | Idle.Consignmentii.OrderSyn } };
1116
+ /** {@link Idle.Cro.PunishMsg 闲鱼 > 闲鱼安全处罚消息} */
1117
+ type IdleCroPunishMsg = Message & { content?: MessageContent & { topic?: 'idle_cro_PunishMsg', content?: string | Idle.Cro.PunishMsg } };
1116
1118
  /** {@link Idle.Cycleshop.GoodsNotice 闲鱼 > 闲鱼循环商店-货品变更通知} */
1117
1119
  type IdleCycleshopGoodsNotice = Message & { content?: MessageContent & { topic?: 'idle_cycleshop_GoodsNotice', content?: string | Idle.Cycleshop.GoodsNotice } };
1118
1120
  /** {@link Idle.Cycleshop.SaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知} */
@@ -1603,6 +1605,8 @@ declare namespace IncomingMessage {
1603
1605
  type TaobaoOfnNewOrderEventSync = Message & { content?: MessageContent & { topic?: 'taobao_ofn_NewOrderEventSync', content?: string | Taobao.Ofn.NewOrderEventSync } };
1604
1606
  /** {@link Taobao.Ofn.OrderStatusSync 淘宝交易 > 以旧换新回收单状态同步} */
1605
1607
  type TaobaoOfnOrderStatusSync = Message & { content?: MessageContent & { topic?: 'taobao_ofn_OrderStatusSync', content?: string | Taobao.Ofn.OrderStatusSync } };
1608
+ /** {@link Taobao.Ofn.RateSync 淘宝交易 > 以旧换新回收单评价消息} */
1609
+ type TaobaoOfnRateSync = Message & { content?: MessageContent & { topic?: 'taobao_ofn_RateSync', content?: string | Taobao.Ofn.RateSync } };
1606
1610
  /** {@link Taobao.Openaccount.DataSync 导购平台 > openaccount数据同步} */
1607
1611
  type TaobaoOpenaccountDataSync = Message & { content?: MessageContent & { topic?: 'taobao_openaccount_DataSync', content?: string | Taobao.Openaccount.DataSync } };
1608
1612
  /** {@link Taobao.Opencrm.AuthTouchMessage 客户运营平台API > 营销短信授权消息} */
@@ -2017,6 +2021,8 @@ declare namespace IncomingMessage {
2017
2021
  type TaobaoWtOpenTradeTaskMsg = Message & { content?: MessageContent & { topic?: 'taobao_wt_OpenTradeTaskMsg', content?: string | Taobao.Wt.OpenTradeTaskMsg } };
2018
2022
  /** {@link Taobao.Wt.VerifyInform 淘宝 > 阿里通信实人认证主动通知运营商} */
2019
2023
  type TaobaoWtVerifyInform = Message & { content?: MessageContent & { topic?: 'taobao_wt_VerifyInform', content?: string | Taobao.Wt.VerifyInform } };
2024
+ /** {@link Taobao.Xhotel.DistributionStdInfoChange 酒店标准库基础信息变更消息 > 通用分销 标准信息变更消息} */
2025
+ type TaobaoXhotelDistributionStdInfoChange = Message & { content?: MessageContent & { topic?: 'taobao_xhotel_DistributionStdInfoChange', content?: string | Taobao.Xhotel.DistributionStdInfoChange } };
2020
2026
  /** {@link Taobao.Xianyu.HouseBooking 闲鱼 > 闲鱼房源预约消息} */
2021
2027
  type TaobaoXianyuHouseBooking = Message & { content?: MessageContent & { topic?: 'taobao_xianyu_HouseBooking', content?: string | Taobao.Xianyu.HouseBooking } };
2022
2028
  /** {@link Taobao.Xianyu.RentBillPaid 闲鱼 > 闲鱼租房订单支付} */
@@ -2051,6 +2057,8 @@ declare namespace IncomingMessage {
2051
2057
  type TaobaoXiaoweiTest = Message & { content?: MessageContent & { topic?: 'taobao_xiaowei_Test', content?: string | Taobao.Xiaowei.Test } };
2052
2058
  /** {@link Taobao.Yichao.WarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息} */
2053
2059
  type TaobaoYichaoWarrantyCodeStatusUpdate = Message & { content?: MessageContent & { topic?: 'taobao_yichao_WarrantyCodeStatusUpdate', content?: string | Taobao.Yichao.WarrantyCodeStatusUpdate } };
2060
+ /** {@link Taobao.Zk.IdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息} */
2061
+ type TaobaoZkIdentifyCreate = Message & { content?: MessageContent & { topic?: 'taobao_zk_IdentifyCreate', content?: string | Taobao.Zk.IdentifyCreate } };
2054
2062
  /** {@link Taotao.Film.ThirdPartyRefundPush 淘宝 > 退款消息同步} */
2055
2063
  type TaotaoFilmThirdPartyRefundPush = Message & { content?: MessageContent & { topic?: 'taotao_film_ThirdPartyRefundPush', content?: string | Taotao.Film.ThirdPartyRefundPush } };
2056
2064
  /** {@link Tmall.Aliauto.StepOrderPartConfirm 天猫汽车 > 天猫汽车分阶段订单打款消息} */
@@ -2301,6 +2309,8 @@ declare namespace IncomingMessage {
2301
2309
  type XianyuCtoxRateStateSyn = Message & { content?: MessageContent & { topic?: 'xianyu_ctox_RateStateSyn', content?: string | Xianyu.Ctox.RateStateSyn } };
2302
2310
  /** {@link Xianyu.Environment.EventSyn 闲鱼 > 闲鱼双11公益游戏任务事件同步} */
2303
2311
  type XianyuEnvironmentEventSyn = Message & { content?: MessageContent & { topic?: 'xianyu_environment_EventSyn', content?: string | Xianyu.Environment.EventSyn } };
2312
+ /** {@link Xianyu.Fishmarket.ItemSyn 闲鱼 > 鱼市商品状态变更} */
2313
+ type XianyuFishmarketItemSyn = Message & { content?: MessageContent & { topic?: 'xianyu_fishmarket_ItemSyn', content?: string | Xianyu.Fishmarket.ItemSyn } };
2304
2314
  /** {@link Xianyu.Isv.OrderRemind 闲鱼 > 闲鱼服务商订单提醒} */
2305
2315
  type XianyuIsvOrderRemind = Message & { content?: MessageContent & { topic?: 'xianyu_isv_OrderRemind', content?: string | Xianyu.Isv.OrderRemind } };
2306
2316
  /** {@link Xianyu.Marketrecycle.OrderStateSyn 闲鱼 > 保卖订单变更通知} */
@@ -3702,7 +3712,7 @@ declare namespace IncomingMessage {
3702
3712
  */
3703
3713
  type IcbuRisk = IcbuRiskZeroersMessage;
3704
3714
  /**
3705
- * - {@link IcbuTradeOrderNotify ICBU > 国际站订单变更消息}
3715
+ * - {@link IcbuTradeOrderNotify ICBU-交易 > 国际站订单变更消息}
3706
3716
  */
3707
3717
  type IcbuTrade = IcbuTradeOrderNotify;
3708
3718
  /**
@@ -3731,6 +3741,10 @@ declare namespace IncomingMessage {
3731
3741
  * - {@link IdleConsignmentiiOrderSyn 闲鱼回收商消息 > 闲鱼寄卖V2订单履约状态同步}
3732
3742
  */
3733
3743
  type IdleConsignmentii = IdleConsignmentiiOrderSyn;
3744
+ /**
3745
+ * - {@link IdleCroPunishMsg 闲鱼 > 闲鱼安全处罚消息}
3746
+ */
3747
+ type IdleCro = IdleCroPunishMsg;
3734
3748
  /**
3735
3749
  * - {@link IdleCycleshopGoodsNotice 闲鱼 > 闲鱼循环商店-货品变更通知}
3736
3750
  * - {@link IdleCycleshopSaleOrderNotice 闲鱼 > 闲鱼循环商店-销售单变更通知}
@@ -4355,10 +4369,12 @@ declare namespace IncomingMessage {
4355
4369
  * - {@link TaobaoOfnCreditPayStatusChange 淘宝交易 > 信用代扣状态变更同步}
4356
4370
  * - {@link TaobaoOfnNewOrderEventSync 淘宝交易 > 以旧换新新机单事件同步}
4357
4371
  * - {@link TaobaoOfnOrderStatusSync 淘宝交易 > 以旧换新回收单状态同步}
4372
+ * - {@link TaobaoOfnRateSync 淘宝交易 > 以旧换新回收单评价消息}
4358
4373
  */
4359
4374
  type TaobaoOfn = TaobaoOfnCreditPayStatusChange
4360
4375
  | TaobaoOfnNewOrderEventSync
4361
- | TaobaoOfnOrderStatusSync;
4376
+ | TaobaoOfnOrderStatusSync
4377
+ | TaobaoOfnRateSync;
4362
4378
  /**
4363
4379
  * - {@link TaobaoOpenaccountDataSync 导购平台 > openaccount数据同步}
4364
4380
  */
@@ -4869,6 +4885,10 @@ declare namespace IncomingMessage {
4869
4885
  | TaobaoWtOpenTradePreauthorizMsg
4870
4886
  | TaobaoWtOpenTradeTaskMsg
4871
4887
  | TaobaoWtVerifyInform;
4888
+ /**
4889
+ * - {@link TaobaoXhotelDistributionStdInfoChange 酒店标准库基础信息变更消息 > 通用分销 标准信息变更消息}
4890
+ */
4891
+ type TaobaoXhotel = TaobaoXhotelDistributionStdInfoChange;
4872
4892
  /**
4873
4893
  * - {@link TaobaoXianyuHouseBooking 闲鱼 > 闲鱼房源预约消息}
4874
4894
  * - {@link TaobaoXianyuRentBillPaid 闲鱼 > 闲鱼租房订单支付}
@@ -4911,6 +4931,10 @@ declare namespace IncomingMessage {
4911
4931
  * - {@link TaobaoYichaoWarrantyCodeStatusUpdate 淘宝 > 蚁巢保修码状态变更消息}
4912
4932
  */
4913
4933
  type TaobaoYichao = TaobaoYichaoWarrantyCodeStatusUpdate;
4934
+ /**
4935
+ * - {@link TaobaoZkIdentifyCreate 淘宝真酷 > 淘宝真酷需求鉴别单创建消息}
4936
+ */
4937
+ type TaobaoZk = TaobaoZkIdentifyCreate;
4914
4938
  /**
4915
4939
  * - {@link TaotaoFilmThirdPartyRefundPush 淘宝 > 退款消息同步}
4916
4940
  */
@@ -5251,6 +5275,10 @@ declare namespace IncomingMessage {
5251
5275
  * - {@link XianyuEnvironmentEventSyn 闲鱼 > 闲鱼双11公益游戏任务事件同步}
5252
5276
  */
5253
5277
  type XianyuEnvironment = XianyuEnvironmentEventSyn;
5278
+ /**
5279
+ * - {@link XianyuFishmarketItemSyn 闲鱼 > 鱼市商品状态变更}
5280
+ */
5281
+ type XianyuFishmarket = XianyuFishmarketItemSyn;
5254
5282
  /**
5255
5283
  * - {@link XianyuIsvOrderRemind 闲鱼 > 闲鱼服务商订单提醒}
5256
5284
  */
@@ -5685,6 +5713,7 @@ declare namespace IncomingMessage {
5685
5713
  * - {@link IdleAutotrade}
5686
5714
  * - {@link IdleConsignment}
5687
5715
  * - {@link IdleConsignmentii}
5716
+ * - {@link IdleCro}
5688
5717
  * - {@link IdleCycleshop}
5689
5718
  * - {@link IdleRecycle}
5690
5719
  * - {@link IdleTopisv}
@@ -5696,6 +5725,7 @@ declare namespace IncomingMessage {
5696
5725
  | IdleAutotrade
5697
5726
  | IdleConsignment
5698
5727
  | IdleConsignmentii
5728
+ | IdleCro
5699
5729
  | IdleCycleshop
5700
5730
  | IdleRecycle
5701
5731
  | IdleTopisv
@@ -5836,10 +5866,12 @@ declare namespace IncomingMessage {
5836
5866
  * - {@link TaobaoWms}
5837
5867
  * - {@link TaobaoWorktable}
5838
5868
  * - {@link TaobaoWt}
5869
+ * - {@link TaobaoXhotel}
5839
5870
  * - {@link TaobaoXianyu}
5840
5871
  * - {@link TaobaoXiaoqu}
5841
5872
  * - {@link TaobaoXiaowei}
5842
5873
  * - {@link TaobaoYichao}
5874
+ * - {@link TaobaoZk}
5843
5875
  */
5844
5876
  type Taobao = TaobaoAg
5845
5877
  | TaobaoAis
@@ -5945,10 +5977,12 @@ declare namespace IncomingMessage {
5945
5977
  | TaobaoWms
5946
5978
  | TaobaoWorktable
5947
5979
  | TaobaoWt
5980
+ | TaobaoXhotel
5948
5981
  | TaobaoXianyu
5949
5982
  | TaobaoXiaoqu
5950
5983
  | TaobaoXiaowei
5951
- | TaobaoYichao;
5984
+ | TaobaoYichao
5985
+ | TaobaoZk;
5952
5986
  /**
5953
5987
  * - {@link TaotaoFilm}
5954
5988
  */
@@ -6049,6 +6083,7 @@ declare namespace IncomingMessage {
6049
6083
  * - {@link XianyuCar}
6050
6084
  * - {@link XianyuCtox}
6051
6085
  * - {@link XianyuEnvironment}
6086
+ * - {@link XianyuFishmarket}
6052
6087
  * - {@link XianyuIsv}
6053
6088
  * - {@link XianyuMarketrecycle}
6054
6089
  * - {@link XianyuRecycle}
@@ -6061,6 +6096,7 @@ declare namespace IncomingMessage {
6061
6096
  | XianyuCar
6062
6097
  | XianyuCtox
6063
6098
  | XianyuEnvironment
6099
+ | XianyuFishmarket
6064
6100
  | XianyuIsv
6065
6101
  | XianyuMarketrecycle
6066
6102
  | XianyuRecycle
package/types/taobao.d.ts CHANGED
@@ -3580,6 +3580,16 @@ declare namespace Taobao.Ofn {
3580
3580
  /** 回收商 appKey */
3581
3581
  supplier_id?: string;
3582
3582
  }
3583
+
3584
+ /** {@link https://open.taobao.com/tmc.htm?docId=2572&docType=9 以旧换新回收单评价消息} */
3585
+ interface RateSync {
3586
+ /** 回收单 ID */
3587
+ biz_order_id: string;
3588
+ /** 评价内容 */
3589
+ rate_content: string;
3590
+ /** 1是好评,0 是差评 */
3591
+ rate_grade: string;
3592
+ }
3583
3593
  }
3584
3594
 
3585
3595
  /** 导购平台 */
@@ -6629,6 +6639,8 @@ declare namespace Taobao.Wt {
6629
6639
  phone?: string;
6630
6640
  /** 阿里侧虚拟产品Id */
6631
6641
  product_id?: string;
6642
+ /** 办理结果描述 */
6643
+ result_desc?: string;
6632
6644
  /** 订单状态: 0-代付款 1-支付成功 2-合约办理成功 3-合约办理失败 */
6633
6645
  status: string;
6634
6646
  /** 淘宝id */
@@ -6690,6 +6702,17 @@ declare namespace Taobao.Wt {
6690
6702
  }
6691
6703
  }
6692
6704
 
6705
+ /** 酒店标准库基础信息变更消息 */
6706
+ declare namespace Taobao.Xhotel {
6707
+ /** {@link https://open.taobao.com/tmc.htm?docId=2569&docType=9 通用分销 标准信息变更消息} */
6708
+ interface DistributionStdInfoChange {
6709
+ /** 消息id */
6710
+ msg_id: string;
6711
+ /** 产生变更的标准酒店id */
6712
+ shids: string;
6713
+ }
6714
+ }
6715
+
6693
6716
  /** 闲鱼 */
6694
6717
  declare namespace Taobao.Xianyu {
6695
6718
  /** {@link https://open.taobao.com/tmc.htm?docId=1633&docType=9 闲鱼房源预约消息} */
@@ -6949,3 +6972,16 @@ declare namespace Taobao.Yichao {
6949
6972
  status: string;
6950
6973
  }
6951
6974
  }
6975
+
6976
+ /** 淘宝真酷 */
6977
+ declare namespace Taobao.Zk {
6978
+ /** {@link https://open.taobao.com/tmc.htm?docId=2571&docType=9 淘宝真酷需求鉴别单创建消息} */
6979
+ interface IdentifyCreate {
6980
+ /** 鉴定机构id */
6981
+ identify_institution_id: string;
6982
+ /** 货品鉴别单id,多个以逗号分隔 */
6983
+ identify_order_id_list: string;
6984
+ /** 需求鉴别单id */
6985
+ identify_request_id: string;
6986
+ }
6987
+ }
package/types/xianyu.d.ts CHANGED
@@ -49,16 +49,12 @@ declare namespace Xianyu.Ctox {
49
49
  interface CommissionStateSyn {
50
50
  /** 订单id */
51
51
  biz_order_id: string;
52
- /** 11-抽佣帮卖卖家单;12-抽佣:帮卖买家服务费单;21-退佣:帮卖售后 */
52
+ /** 11-抽佣帮卖卖家服务费;12-抽佣:帮卖买家服务费;21-退佣:帮卖售后 */
53
53
  biz_type: string;
54
- /** 成交金额,单位分 */
55
- deal_price: string;
56
54
  /** 佣金,单位分 */
57
55
  fee_commission: string;
58
- /** 0-正向抽佣;1-逆向退佣 */
56
+ /** 1-正向抽佣;2-逆向退佣 */
59
57
  fee_type: string;
60
- /** 服务费,单位分 */
61
- service_fee: string;
62
58
  }
63
59
 
64
60
  /** {@link https://open.taobao.com/tmc.htm?docId=2535&docType=9 c2x代扣协议变更通知} */
@@ -103,6 +99,21 @@ declare namespace Xianyu.Environment {
103
99
  }
104
100
  }
105
101
 
102
+ /** 闲鱼 */
103
+ declare namespace Xianyu.Fishmarket {
104
+ /** {@link https://open.taobao.com/tmc.htm?docId=2574&docType=9 鱼市商品状态变更} */
105
+ interface ItemSyn {
106
+ /** 卖家单id */
107
+ biz_order_id: string;
108
+ /** true-表示有出价 */
109
+ is_bid: string;
110
+ /** 商品ID */
111
+ item_id: string;
112
+ /** 场次 */
113
+ schedule: string;
114
+ }
115
+ }
116
+
106
117
  /** 闲鱼 */
107
118
  declare namespace Xianyu.Isv {
108
119
  /** {@link https://open.taobao.com/tmc.htm?docId=2219&docType=9 闲鱼服务商订单提醒} */