补充一些通知
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s

This commit is contained in:
2026-07-28 15:50:12 +08:00
parent 9303af3d46
commit 1fee19feeb
12 changed files with 151 additions and 27 deletions

View File

@@ -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 表示代理主钱包余额低于固定阈值提醒。