POST /wallets/{user_id}/withdraw/request
提交提现申请
钱包服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
用户ID |
Request Body
Schema: dto.WithdrawalRequest
| Field | Type | Required | Example | Constraints | Description |
amount |
string |
Yes |
|
|
|
remark |
string |
No |
|
|
|
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 |
|
|
|