🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 个人消费扣款 注意事项: 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" } ~~~