ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 冻结资金、解冻资金 注意事项: 1. 一维数组 2. 充值的冻结资金,解冻直接进入可赎回资金 3. 同一笔订单资金冻结后的解冻操作,传过来的订单号必须相同,否则无法进行资金追溯,解冻资金将直接进入可赎回资金 4. 认筹订单号可重复,外部订单号不可重复 5. 认筹订单金额一旦变更,将不可操作 **请求方式**:POST **请求地址**: 1. 单条:`index/index/freeze_un`(一维数组) 2. 批量:`index/index/unfreezes`(二维数组) **参数说明:** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | phone | Integer | yes | 手机号 | | amount | Integer | yes | 扣款金额 | | invest_order | String | yes | 认筹订单号 | | out_order | String | yes | 外部订单号 | | panterid | Integer | yes | 商户ID | | storeid | Integer | yes | 门店ID | | source | Integer | yes | 05 房掌柜 订单来源 | | type | String | yes | 冻结:freeze 解冻:unfreeze | | description | Integer | yes | 说明 | | status | Integer | yes | 1 否 2 是 进行资金追溯 该状态冻结无效 新增(18.11.15) | | sign | String | yes | 秘钥 | **请求包结构体:** ~~~ { "phone":"15890151342", "amount":"50", "invest_order ": "201809031743541469974910151", "out_order ": "19307200619833", "panterid":"00000227", "storeid":"88888888", "source":"05", "type":"freeze", "description":"房掌柜充值", "status":"1", "sign": "FFE3B2F7F6BABFB3ECC224A62B526F46" } ~~~