A AuthMS API Wiki API Reference iam.tianv.com →

POST /admin/wallets/batch-freeze

批量冻结多个用户钱包资金

钱包服务 `bearerAuth` application/json

Request Body

Schema: dto.BatchFreezeRequest

FieldTypeRequiredExampleConstraintsDescription
amount string Yes
user_ids array of

string

Yes
reason string No

Responses

StatusDescriptionSchema
200OKdto.BatchFreezeResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证或令牌无效gitee_com_linmes_authms_base_dto.SimpleResponse
409余额不足gitee_com_linmes_authms_base_dto.SimpleResponse
422金额无效gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.BatchFreezeResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.BatchFreezeResult No
message string No
timestamp string No

dto.BatchFreezeResult

FieldTypeRequiredExampleConstraintsDescription
frozen_count integer No 5

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No