## 赎回
注意事项:
1. 一维数组
**请求方式**:POST
**请求地址**:`index/index/withdraw
`
**参数说明:**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
| customid | Integer | yes | 会员ID |
| phone | Integer | no| 手机号 |
| invest_order | String | yes | 认筹订单号 |
| amount | Integer | yes | 赎回金额 |
| bankname | String | yes | 银行名称 |
| bankno | Integer | yes | 银行卡号 |
| banktype | Integer | yes | 银行卡类型 对公 0 对私一卡通 1 对私信用卡 3 |
| a_name | String | yes | 项目名称 |
| panterid | Integer | yes | 商户ID |
| storeid | Integer | yes | 门店ID |
| source | Integer | yes | 05 房掌柜、 06 一家 、07 建业+佣金 订单来源 |
| description | Integer | yes | 说明 |
| sign | String | yes | 秘钥 |
**请求包结构体:**
~~~
{
"customid ": "MDI1Njc4NTkO0O0O",
"phone":"15890151342",
"invest_order ": "19307200619833",
"amount":"50",
"bankname":"中国银行",
"bankno": "411522199912012435",
"banktype": "1",
"a_name": "天下收藏",
"panterid":"00000227",
"storeid":"88888888",
"source":"06",
"description":"一家个人提现",
"sign": "FFE3B2F7F6BABFB3ECC224A62B526F46"
}
~~~