POST /admin/wallets/batch-unfreeze
批量解冻多个冻结记录
钱包服务 `bearerAuth` application/json
Request Body
Schema: dto.BatchUnfreezeRequest
| Field | Type | Required | Example | Constraints | Description |
freeze_ids |
array of
string |
Yes |
|
|
|
reason |
string |
No |
|
|
|
Referenced Schemas
dto.BatchUnfreezeResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.BatchUnfreezeResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.BatchUnfreezeResult
| Field | Type | Required | Example | Constraints | Description |
errors |
array of
string |
No |
['["frz_xyz: already released"]'] |
|
|
failed |
integer |
No |
1 |
|
|
succeeded |
integer |
No |
9 |
|
|
total |
integer |
No |
10 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|