POST /admin/wallets/withdrawals/{id}/approve
审批通过提现申请
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
提现申请ID |
Referenced Schemas
dto.WithdrawalRequestResponse
| Field | Type | Required | Example | Constraints | Description |
amount |
string |
No |
100.50 |
|
|
id |
string |
No |
wdr_01ARZ3NDEKTSV4RRFFQ69G5FAV |
|
|
status |
string |
No |
pending |
|
|
user_id |
string |
No |
usr_example_001 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|