Skip to content

Commit

Permalink
天猫服务 > 蚁巢工单更新消息
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Apr 27, 2024
1 parent c1fb17f commit 815449c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
## 支持的TOPICS
<details><summary>共计 84+ 类别,500+ 消息数</summary>
<details><summary>共计 84+ 类别,501+ 消息数</summary>
| 类别 | 消息数 |
| --- | --- |
Expand All @@ -150,7 +150,7 @@ new Tmc('your_app_key', 'your_app_secret', { autoReplyConfirmation: false })
| 导购平台 | 21 |
| 淘宝汽车票 | 4 |
| 服务市场 | 9 |
| 天猫服务 | 26 |
| 天猫服务 | 27 |
| 天猫美妆 | 2 |
| 聚石塔 | 9 |
| 淘宝物流 | 1 |
Expand Down
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@ declare interface TaoTopicsDescriptor {
tmall_xf_FutureOrders(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallXfFutureOrders) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallXfGoodsInfo 天猫 > 天猫鞋服货品信息回流} */
tmall_xf_GoodsInfo(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallXfGoodsInfo) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallYichaoWorkcardStatusUpdate 蚁巢 > 蚁巢工单更新消息} */
/** {@link IncomingMessage.TmallYichaoWorkcardStatusUpdate 天猫服务 > 蚁巢工单更新消息} */
tmall_yichao_WorkcardStatusUpdate(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallYichaoWorkcardStatusUpdate) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallYougouItemChange 天猫 > 天猫优购商品变更} */
tmall_yougou_ItemChange(fn: (this: TaoMessageConsumer, message: IncomingMessage.TmallYougouItemChange) => void): TaoMessageConsumer;
Expand Down Expand Up @@ -5255,7 +5255,7 @@ declare interface TaoEventsListener {
on(topic: 'tmall_xf_FutureOrders', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallXfFutureOrders) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallXfGoodsInfo 天猫 > 天猫鞋服货品信息回流} */
on(topic: 'tmall_xf_GoodsInfo', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallXfGoodsInfo) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallYichaoWorkcardStatusUpdate 蚁巢 > 蚁巢工单更新消息} */
/** {@link IncomingMessage.TmallYichaoWorkcardStatusUpdate 天猫服务 > 蚁巢工单更新消息} */
on(topic: 'tmall_yichao_WorkcardStatusUpdate', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallYichaoWorkcardStatusUpdate) => void): TaoMessageConsumer;
/** {@link IncomingMessage.TmallYougouItemChange 天猫 > 天猫优购商品变更} */
on(topic: 'tmall_yougou_ItemChange', listener: (this: TaoMessageConsumer, message: IncomingMessage.TmallYougouItemChange) => void): TaoMessageConsumer;
Expand Down
4 changes: 2 additions & 2 deletions types/message.in.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ declare namespace IncomingMessage {
type TmallXfFutureOrders = Message & { content?: MessageContent & { topic?: 'tmall_xf_FutureOrders', content?: string | Tmall.Xf.FutureOrders } };
/** {@link Tmall.Xf.GoodsInfo 天猫 > 天猫鞋服货品信息回流} */
type TmallXfGoodsInfo = Message & { content?: MessageContent & { topic?: 'tmall_xf_GoodsInfo', content?: string | Tmall.Xf.GoodsInfo } };
/** {@link Tmall.Yichao.WorkcardStatusUpdate 蚁巢 > 蚁巢工单更新消息} */
/** {@link Tmall.Yichao.WorkcardStatusUpdate 天猫服务 > 蚁巢工单更新消息} */
type TmallYichaoWorkcardStatusUpdate = Message & { content?: MessageContent & { topic?: 'tmall_yichao_WorkcardStatusUpdate', content?: string | Tmall.Yichao.WorkcardStatusUpdate } };
/** {@link Tmall.Yougou.ItemChange 天猫 > 天猫优购商品变更} */
type TmallYougouItemChange = Message & { content?: MessageContent & { topic?: 'tmall_yougou_ItemChange', content?: string | Tmall.Yougou.ItemChange } };
Expand Down Expand Up @@ -5097,7 +5097,7 @@ declare namespace IncomingMessage {
type TmallXf = TmallXfFutureOrders
| TmallXfGoodsInfo;
/**
* - {@link TmallYichaoWorkcardStatusUpdate 蚁巢 > 蚁巢工单更新消息}
* - {@link TmallYichaoWorkcardStatusUpdate 天猫服务 > 蚁巢工单更新消息}
*/
type TmallYichao = TmallYichaoWorkcardStatusUpdate;
/**
Expand Down
2 changes: 1 addition & 1 deletion types/tmall.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ declare namespace Tmall.Xf {
}
}

/** 蚁巢 */
/** 天猫服务 */
declare namespace Tmall.Yichao {
/** {@link https://open.taobao.com/tmc.htm?docId=2546&docType=9 蚁巢工单更新消息} */
interface WorkcardStatusUpdate {
Expand Down

0 comments on commit 815449c

Please sign in to comment.