GET /compliance/privacy/policy
公开端点:获取当前生效的隐私政策版本
合规管理 - Trust Center None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
X-Tenant-ID |
header |
string |
No |
|
|
|
租户ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PrivacyPolicyDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PrivacyPolicyResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PrivacyPolicyResponse
隐私政策版本信息(公开)
| Field | Type | Required | Example | Constraints | Description |
content |
string |
No |
# 隐私政策
最后更新: 2026-01-01
... |
|
政策内容 |
effective_at |
string |
No |
2026-01-15T00:00:00Z |
|
生效时间 |
published_at |
string |
No |
2026-01-01T00:00:00Z |
|
发布时间 |
summary |
string |
No |
本隐私政策说明我们如何收集和使用您的个人数据 |
|
摘要 |
version |
string |
No |
1.0 |
|
版本号 |