## 充值
注意事项:
1. 一维数组
2. 认筹订单未完成`status`传`0`,完成传`1`
3. 认筹订单号可重复,外部订单号不可重复
**请求方式**:POST
**请求地址**:`index/index/recharge
`
**参数说明:**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
| customid | String | no | 会员ID(加密) |
| moneytype | Integer | yes | 01 自有资金 02 备付金 |
| name | String | yes | 用户姓名 |
| personid | Integer | yes | 身份证号 |
| residaddress | String | yes | 身份证地址 |
| invest_order | String | yes | 认筹订单号 |
| out_order | String | yes | 外部订单号 |
| panterid | Integer | yes | 商户ID |
| storeid | Integer | yes | 门店ID |
| type | Integer | yes | 05 房掌柜 账户类型 |
| phone | Integer | yes | 手机号 |
| amount | Integer | yes | 充值金额 |
| order_amount | Integer | yes | 订单金额 |
| amounttype | Integer | yes | 资金类型 01 冻结 02 赎回 03 消费 04 备付金 |
| paytype | Integer | yes | 支付类型(现金 01、刷卡 02、支付宝 03 、微信 04) |
| tradetype | Integer | yes | 充值类型(充值 51、后台充值 511、pos充值 512 、线上充值 515、微信选房 516、利息 517、建业+佣金518、包邮购佣金519、超时赔付520、) |
| source | Integer | yes | 05 房掌柜 订单来源 |
| description | Integer | yes | 说明 |
| cardno | Integer | no| 卡号 |
| status | Integer | yes | 0 未完成订单,1 完成订单 |
| sign | String | yes | 秘钥 |
**请求包结构体:**
~~~
{
"moneytype ": "01",
"name": "哈哈",
"personid": "411522199912012435",
"residaddress": "天下收藏",
"invest_order ": "19307200619833",
"out_order ": "201809031743541469974910151",
"panterid":"00000227",
"storeid":"88888888",
"type":"05",
"phone":"15890151342",
"amount":"50",
"order_amount":"50",
"amounttype":"01",
"paytype":"02",
"tradetype":"512",
"source":"05",
"description":"房掌柜充值",
"status":"1",
"cardno":"2336371987444307361",
"sign": "FFE3B2F7F6BABFB3ECC224A62B526F46"
}
~~~