GET /admin/communication/platform-stats
返回跨所有租户的通信服务汇总统计,包括总发送量、投递成功率、按渠道和状态的分布。仅限超级管理员访问。参考:ePrivacy Directive 2002/58/EC、CAN-SPAM Act。
通信服务 `bearerAuth` application/json
Referenced Schemas
dto.CommunicationDashboardDataResponse
dto.CommunicationDashboardResponse
通信服务各渠道投递统计数据
| Field | Type | Required | Example | Constraints | Description |
by_channel |
object |
No |
|
extra keys: `integer` |
|
by_status |
object |
No |
|
extra keys: `integer` |
|
delivered |
integer |
No |
980 |
|
|
delivery_rate |
number |
No |
0.98 |
|
|
failed |
integer |
No |
20 |
|
|
total_sent |
integer |
No |
1000 |
|
|
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|