POST /admin/wallets/batch-freeze
批量冻结多个用户钱包资金
钱包服务 `bearerAuth` application/json
Request Body
Schema: dto.BatchFreezeRequest
| Field | Type | Required | Example | Constraints | Description |
amount |
string |
Yes |
|
|
|
user_ids |
array of
string |
Yes |
|
|
|
reason |
string |
No |
|
|
|
Referenced Schemas
dto.BatchFreezeResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.BatchFreezeResult |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.BatchFreezeResult
| Field | Type | Required | Example | Constraints | Description |
frozen_count |
integer |
No |
5 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|