触发通知轮询
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m23s

This commit is contained in:
2026-07-28 14:25:18 +08:00
parent 4aff9937e5
commit 9303af3d46
9 changed files with 228 additions and 1 deletions

View File

@@ -57,3 +57,9 @@ type ExpiringAssetListResponse struct {
Size int `json:"size" description:"每页数量"`
Summary ExpiringAssetSummary `json:"summary" description:"同一筛选与权限范围内的卡、设备数量汇总"`
}
// TriggerPackageExpiryReminderResponse 手动触发套餐临期提醒扫描响应。
type TriggerPackageExpiryReminderResponse struct {
TaskType string `json:"task_type" description:"已提交的异步任务类型"`
Message string `json:"message" description:"任务提交结果说明"`
}