POST /admin/communication/resend/{id}
将处于failed或cancelled状态的消息重新加入发送队列进行重试。仅支持sms和email渠道(推送不支持重发)。重发后会创建新的发送记录并通过对应服务商重新投递。参考:ePrivacy Directive 2002/58/EC、CAN-SPAM Act。
通信服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
消息ID |
Referenced Schemas
dto.OKResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
0 |
|
|
message |
string |
No |
success |
|
|
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|