GET /push/vapid-public-key
返回 Web Push VAPID 公钥,供前端注册 Push 订阅时使用 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。
通知服务 None application/json
Referenced Schemas
dto.VapidPublicKeyDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.VapidPublicKeyResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.VapidPublicKeyResponse
Web Push VAPID 公钥,前端注册 Push 订阅时使用
| Field | Type | Required | Example | Constraints | Description |
public_key |
string |
No |
BEL5Oa... |
|
VAPID 公钥 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|