POST /admin/notifications/templates/{id}/clone-to-locale
将指定模板复制到目标 locale,用于国际化支持 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。
通知服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
模板ID |
Request Body
Schema: dto.CloneTemplateToLocaleRequest
| Field | Type | Required | Example | Constraints | Description |
target_locale |
string |
Yes |
en-US |
|
|
content |
string |
No |
|
|
|
title |
string |
No |
|
|
|
Referenced Schemas
dto.TemplateDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.TemplateResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.TemplateResponse
通知模板信息
| Field | Type | Required | Example | Constraints | Description |
content |
string |
No |
亲爱的{{user_name}},欢迎加入{{app_name}}! |
|
内容 |
created_at |
string |
No |
2026-01-01T00:00:00Z |
|
创建时间 |
name |
string |
No |
welcome_notification |
|
模板名称 |
subject |
string |
No |
欢迎加入{{app_name}} |
|
主题 |
template_id |
string |
No |
tpl_abc123 |
|
模板ID |
type |
string |
No |
system |
|
类型 |
variables |
array of
string |
No |
['["user_name"', '"app_name"]'] |
|
变量 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|