GET /admin/wallets/{id}/integrity
验证指定钱包的事件哈希链完整性,检测篡改或数据损坏
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
钱包ID |
Referenced Schemas
domain.WalletIntegrityResult
| Field | Type | Required | Example | Constraints | Description |
broken_at |
integer |
No |
|
|
|
last_hash |
string |
No |
|
|
|
total |
integer |
No |
|
|
|
valid |
boolean |
No |
|
|
|
wallet_id |
string |
No |
|
|
|
dto.DataResponse-domain_WalletIntegrityResult
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|