A AuthMS API Wiki API Reference iam.tianv.com →

POST /notifications/send-batch

向多个用户同时发送相同的通知消息,适用于系统公告、运营活动等场景 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。

通知服务 `bearerAuth` application/json

Request Body

Schema: dto.BatchSendNotificationRequest

FieldTypeRequiredExampleConstraintsDescription
content string Yes 您的账户已成功升级 内容
title string Yes 系统通知 标题
user_ids array of

string

Yes ['usr_001', 'usr_002'] 用户ID列表
priority string No medium 优先级
type string No system 类型

Responses

StatusDescriptionSchema
201批量发送成功dto.BatchSendNotificationDetailResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
404资源未找到gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.BatchSendNotificationDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.BatchSendNotificationResponse No
message string No

dto.BatchSendNotificationResponse

批量发送通知结果

FieldTypeRequiredExampleConstraintsDescription
notification_ids array of

string

No ['["ntf_001"]'] 通知ID列表
sent_count integer No 5 发送数量

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No