This commit is contained in:
邹宗楠
2025-09-12 16:23:59 +08:00
parent 641329db6d
commit c4f6462945
11 changed files with 189 additions and 16 deletions

View File

@@ -22,8 +22,10 @@ const (
CmdShopUnbindMsg = "shop.unbind.msg"
//IM消息回调通知
CmdImMessageSendEvent = "im.message.send.event" //用户/骑手消息通知
CmdImMessageReadEvent = "im.message.read.event" //用户/骑手已读通知
CmdImMessageSendEvent = "im.message.send.event" // 用户/骑手消息通知
CmdImMessageReadEvent = "im.message.read.event" // 用户/骑手已读通知
CmdImInvoicApply = "invoice.apply.push" // 用户发送发票申请
CmdImInvoicEmail = "invoice.email.push" // 发票用户重发邮件
)