## 贖回
注意事項:
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"
}
~~~