七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s
This commit is contained in:
@@ -34,6 +34,10 @@ const (
|
||||
NotificationTypeSystemNotice = "system.notice"
|
||||
// NotificationTypePackageExpiring 表示个人客户套餐临期提醒。
|
||||
NotificationTypePackageExpiring = "package.expiring"
|
||||
// NotificationTypeExchangeShippingCreated 表示个人客户物流换货待处理提醒。
|
||||
NotificationTypeExchangeShippingCreated = "exchange.shipping.created"
|
||||
// NotificationTypeAgentMainWalletLowBalance 表示代理主钱包余额低于固定阈值提醒。
|
||||
NotificationTypeAgentMainWalletLowBalance = "agent.main_wallet.low_balance"
|
||||
|
||||
// NotificationRefTypeSystemConfig 表示系统配置资源引用。
|
||||
NotificationRefTypeSystemConfig = "system_config"
|
||||
|
||||
Reference in New Issue
Block a user