## 個人消費扣款
注意事項:
1. 一維數組
2. 該扣款邏輯遵循先扣備付金余額在扣自有資金的可消費余額到可贖回余額
3. **接口暫停使用**
**請求方式**:POST
**請求地址**:`index/index/consume
`
**參數說明:**
| 參數 | 參數類型 | 必須 | 說明|
| ----------- | ------------------------------ | ------------ | --- |
| phone | Integer | yes | 手機號 |
| amount | Integer | yes | 扣款金額 |
| order_sn | String | yes | 訂單號 |
| panterid | Integer | yes | 商戶ID |
| storeid | Integer | yes | 門店ID |
| source | Integer | yes | 05 房掌柜 訂單來源 |
| description | Integer | yes | 說明 |
| sign | String | yes | 秘鑰 |
**請求包結構體:**
~~~
{
"phone ": "15890151342",
"amount": "50",
"order_sn": "201809031743541469974910151",
"panterid": "00000227",
"storeid": "88888888",
"source": "05",
"description": "消費",
"sign": "FFE3B2F7F6BABFB3ECC224A62B526F46"
}
~~~