This commit is contained in:
@@ -9,7 +9,7 @@ const (
|
||||
NotificationTargetKindAccount = "account"
|
||||
// NotificationTargetKindPlatformRole 表示由当前平台角色解析接收人。
|
||||
NotificationTargetKindPlatformRole = "platform_role"
|
||||
// NotificationTargetKindShop 表示由目标店铺解析主账号和当前业务员。
|
||||
// NotificationTargetKindShop 表示由目标店铺解析全部有效店铺账号和当前业务员。
|
||||
NotificationTargetKindShop = "shop"
|
||||
|
||||
// NotificationCategoryApproval 表示审批类通知。
|
||||
@@ -32,8 +32,12 @@ const (
|
||||
|
||||
// NotificationTypeSystemNotice 表示受控通用系统通知。
|
||||
NotificationTypeSystemNotice = "system.notice"
|
||||
// NotificationTypePackageExpiring 表示个人客户套餐临期提醒。
|
||||
// NotificationTypePackageExpiring 表示套餐临期提醒。
|
||||
NotificationTypePackageExpiring = "package.expiring"
|
||||
// NotificationTypeAgentRechargeCompleted 表示代理店铺充值已入账。
|
||||
NotificationTypeAgentRechargeCompleted = "agent.recharge.completed"
|
||||
// NotificationTypeRefundCompleted 表示店铺退款已完成。
|
||||
NotificationTypeRefundCompleted = "refund.completed"
|
||||
// NotificationTypeExchangeShippingCreated 表示个人客户物流换货待处理提醒。
|
||||
NotificationTypeExchangeShippingCreated = "exchange.shipping.created"
|
||||
// NotificationTypeAgentMainWalletLowBalance 表示代理主钱包余额低于固定阈值提醒。
|
||||
|
||||
Reference in New Issue
Block a user