POST Withdraw/Extract
提现
Request Information
URI Parameters
None.
Body Parameters
ApiExtractRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| carryTypeID |
提示类型 0:支付宝 1:银行账号 |
integer |
Required |
| alipay_zfb |
支付宝账号 |
string |
None. |
| alipay_name |
开户银行 |
string |
None. |
| alipay_BankName |
银行卡户名 |
string |
None. |
| alipay_BankNumber |
银行卡号 |
string |
None. |
| carryIntegral |
提现金额 |
decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"carryTypeID": 1,
"alipay_zfb": "sample string 2",
"alipay_name": "sample string 3",
"alipay_BankName": "sample string 4",
"alipay_BankNumber": "sample string 5",
"carryIntegral": 6.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
消息分类
ApiResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": "sample string 2"
}