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

This commit is contained in:
2026-07-28 16:14:20 +08:00
parent 4b98612816
commit 1e4f998fe7
8 changed files with 87 additions and 21 deletions

View File

@@ -7024,6 +7024,11 @@ components:
type: string
category:
description: 通知类别 (approval:审批, expiry:临期, sync:同步, system:系统)
enum:
- approval
- expiry
- sync
- system
type: string
created_at:
description: 创建时间ISO 8601
@@ -7052,12 +7057,24 @@ components:
type: string
severity:
description: 通知级别 (info:提示, warning:警告, error:错误, critical:严重)
enum:
- info
- warning
- error
- critical
type: string
title:
description: 纯文本标题
type: string
type:
description: 稳定通知类型
description: 稳定通知类型 (system.notice:系统通知, package.expiring:套餐临期, agent.recharge.completed:店铺充值入账, refund.completed:店铺退款完成, exchange.shipping.created:换货申请待处理, agent.main_wallet.low_balance:主钱包低余额)
enum:
- system.notice
- package.expiring
- agent.recharge.completed
- refund.completed
- exchange.shipping.created
- agent.main_wallet.low_balance
type: string
type: object
DtoNotificationListResponse:
@@ -20265,18 +20282,35 @@ paths:
name: category
schema:
description: 通知类别 (approval:审批, expiry:临期, sync:同步, system:系统)
enum:
- approval
- expiry
- sync
- system
type: string
- description: 稳定通知类型
- description: 稳定通知类型 (system.notice:系统通知, package.expiring:套餐临期, agent.recharge.completed:店铺充值入账, refund.completed:店铺退款完成, exchange.shipping.created:换货申请待处理, agent.main_wallet.low_balance:主钱包低余额)
in: query
name: type
schema:
description: 稳定通知类型
description: 稳定通知类型 (system.notice:系统通知, package.expiring:套餐临期, agent.recharge.completed:店铺充值入账, refund.completed:店铺退款完成, exchange.shipping.created:换货申请待处理, agent.main_wallet.low_balance:主钱包低余额)
enum:
- system.notice
- package.expiring
- agent.recharge.completed
- refund.completed
- exchange.shipping.created
- agent.main_wallet.low_balance
type: string
- description: 通知级别 (info:提示, warning:警告, error:错误, critical:严重)
in: query
name: severity
schema:
description: 通知级别 (info:提示, warning:警告, error:错误, critical:严重)
enum:
- info
- warning
- error
- critical
type: string
- description: 已读状态;不传时查询全部
in: query