GET api/wallet/createuserwithdraw?uid={uid}&amount={amount}&fee={fee}&tax={tax}&kind={kind}&bank_id={bank_id}
提现
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | string |
Required |
|
| amount | integer |
Required |
|
| fee | integer |
Required |
|
| tax | integer |
Required |
|
| kind |
0:微信提现 1:支付宝提现 2:银行卡提现 |
integer |
Required |
| bank_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.