This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user