# 资金接口/客户取款接口

## 获取取款手续费

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.computeWithdrawFee\
> 获取取款(提现/提币)手续费\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.computeWithdrawFee":{"post":{"summary":"获取取款手续费","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.computeWithdrawFee\n获取取款(提现/提币)手续费\n登录后方可访问","operationId":"computeWithdrawFee","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeWithdrawReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultComputeWithdrawFeeRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"ComputeWithdrawReqDto":{"type":"object","required":["amount","tradeType","withdrawRateSerialNo","withdrawType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"string","description":"取款/提币金额"},"withdrawRateSerialNo":{"type":"string","description":"取款费率流水号"},"rate":{"type":"string","description":"发送给平台CATS2使用的取款汇率"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank、数字钱包:digit_wallet、skrill电子钱包:skrill_wallet、电汇:wire"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultComputeWithdrawFeeRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/ComputeWithdrawFeeRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"ComputeWithdrawFeeRespDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"finalAmount":{"type":"string","description":"预计到账(收款币种)"},"withdrawFee":{"type":"string","description":"取款手续费(账户币种)"},"coinFee":{"type":"string","description":"提币手续费(提币币种)"},"coinFinalAmount":{"type":"string","description":"预计到账(提币币种)"},"amount":{"type":"string","description":"账户扣减额度(账户币种)"}}}}}}
```

## 获取取款货币对汇率

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawExchangeRate\
> 获取取款货币对汇率\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawExchangeRate":{"post":{"summary":"获取取款货币对汇率","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawExchangeRate\n获取取款货币对汇率\n登录后方可访问","operationId":"getWithdrawExchangeRate","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryCustomerWithdrawExchangeRateDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultQueryCustomerWithdrawExchangeRateDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryCustomerWithdrawExchangeRateDto":{"type":"object","properties":{"accountId":{"type":"integer","format":"int64","description":"账户ID"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"withdrawCurrency":{"type":"string","description":"客户收款货币编码"},"accountCurrency":{"type":"string","description":"账户货币编码"},"exchangeRate":{"type":"number","description":"汇率"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultQueryCustomerWithdrawExchangeRateDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/QueryCustomerWithdrawExchangeRateDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 创建取款提案

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.createWithdrawProposal\
> 创建取款(提现/提币)提案\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.createWithdrawProposal":{"post":{"summary":"创建取款提案","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.createWithdrawProposal\n创建取款(提现/提币)提案\n登录后方可访问","operationId":"createWithdrawProposal","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"integer","format":"int64","description":"账户ID"},"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"number","description":"取款金额"},"withdrawCoinAmount":{"type":"number","description":"提币金额"},"withdrawRateSerialNo":{"type":"string","description":"取款费率流水号"},"rate":{"type":"number","description":"发送给平台CATS2使用的取款汇率"},"bankAccountName":{"type":"string","description":"银行卡持有者姓名"},"bankName":{"type":"string","description":"银行卡银行名称"},"bankCode":{"type":"string","description":"银行卡银行code"},"bankCardNo":{"type":"string","description":"银行卡号"},"remark":{"type":"string","description":"备注"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型WithdrawTypeEnum,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式WithdrawMethodEnum,银行卡:bank、数字钱包:digit_wallet、skrill电子钱包:skrill_wallet、电汇:wire、OTC365:otc365"},"blockchainName":{"type":"string","description":"链名称,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"},"extend":{"type":"string","description":"扩展字段-手机号码等"},"fundPwd":{"type":"string","description":"资金密码字段，需要md5加密"},"googleCode":{"type":"string","description":"谷歌验证码"},"relationDepositProposalNo":{"type":"string","maxLength":100,"description":"关联入金提案号"}},"required":["customerGroupId","tradeType","withdrawMethod"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultCustomerWithdrawProposalDto"}}},"headers":{}}}}}},"components":{"schemas":{"BaseResultCustomerWithdrawProposalDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/CustomerWithdrawProposalDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerWithdrawProposalDto":{"type":"object","required":["tradeType","withdrawViewStatus"],"properties":{"companyId":{"type":"integer","format":"int64","description":"公司ID"},"customerId":{"type":"integer","format":"int64","description":"客户ID"},"customerNo":{"type":"string","description":"客户编号"},"accountId":{"type":"integer","format":"int64","description":"账户ID"},"id":{"type":"integer","format":"int64","description":"主键id"},"status":{"type":"integer","format":"int32","description":"状态 1、2、3、启用、禁用、删除"},"createBy":{"type":"string","description":"创建人"},"createTime":{"type":"integer","format":"int64","description":"创建时间"},"updateBy":{"type":"string","description":"更新人"},"updateTime":{"type":"integer","format":"int64","description":"更新时间"},"tradeType":{"type":"integer","format":"int64"},"proposalNo":{"type":"string","description":"提案号"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"string","description":"提案金额"},"rate":{"type":"string","description":"发送给平台CATS2使用的取款汇率"},"withdrawFee":{"type":"string","description":"取款手续费"},"finalAmount":{"type":"string","description":"最终取款金额"},"accountDeductAmount":{"type":"string","description":"账户减扣"},"bankAccountName":{"type":"string","description":"银行卡持有者姓名"},"bankName":{"type":"string","description":"银行卡银行名称"},"displayBankName":{"type":"string","description":"银行卡银行名称翻译"},"bankCardNo":{"type":"string","description":"银行卡号"},"checkBy":{"type":"string","description":"审批人"},"checkStatus":{"type":"integer","format":"int32","description":"提案状态,等待人工审批:1、审批成功:2、审批失败:3"},"transferStatus":{"type":"integer","format":"int32","description":"转账状态,待转账:1、转账成功:2、转账失败:3"},"amlRet":{"type":"integer","format":"int32","description":"aml校验结果AmlCheckRetEnum:通过1,失败2"},"amlFailReasion":{"type":"string","description":"aml校验不通过原因"},"remark":{"type":"string","description":"备注"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawCoinStatus":{"type":"integer","format":"int32","description":"提币状态,待提币:1、提币成功:2、提币失败:3、提交失败:4"},"withdrawMethod":{"type":"string","description":"收款方式,数据字典配置,如银行卡、数字钱包、skill、PayPal等,目前仅有银行卡和数字钱包,提现:bank(对应银行卡)、提币:coin(对应数字钱包)"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"},"txid":{"type":"string","description":"txid"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"thirdMessage":{"type":"string","description":"调用第三方响应消息"},"withdrawViewStatus":{"type":"integer","description":"取款状态码,待审批:1、审批失败:2、失败:3、已完成:4、处理中:5"},"transferRejectReason":{"type":"string","description":"转账拒绝原因"}}}}}}
```

## 获取开仓保证金总额/存款总额比例

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getAccountMarginRate\
> 获取开仓保证金总额/存款总额比例\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getAccountMarginRate":{"post":{"summary":"获取开仓保证金总额/存款总额比例","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getAccountMarginRate\n获取开仓保证金总额/存款总额比例\n登录后方可访问","operationId":"getAccountMarginRate","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeWithdrawReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultString"}}},"headers":{}}}}}},"components":{"schemas":{"ComputeWithdrawReqDto":{"type":"object","required":["amount","tradeType","withdrawRateSerialNo","withdrawType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"string","description":"取款/提币金额"},"withdrawRateSerialNo":{"type":"string","description":"取款费率流水号"},"rate":{"type":"string","description":"发送给平台CATS2使用的取款汇率"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank、数字钱包:digit_wallet、skrill电子钱包:skrill_wallet、电汇:wire"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultString":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"string","description":"数据体"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 获取所有取款币种列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getAllWithdrawCurrencyList\
> 获取所有出金币种列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getAllWithdrawCurrencyList":{"post":{"summary":"获取所有取款币种列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getAllWithdrawCurrencyList\n获取所有出金币种列表\n登录后方可访问","operationId":"getAllWithdrawCurrencyList","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListCustomerGroupWithdrawCurrencyConfigDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawMethodQueryDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"支持币种"},"withdrawMethod":{"type":"string","description":"取款方式编码"},"channelName":{"type":"string","description":"通道名称"}}},"BaseResultListCustomerGroupWithdrawCurrencyConfigDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"$ref":"#/components/schemas/CustomerGroupWithdrawCurrencyConfigDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerGroupWithdrawCurrencyConfigDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"取款币种"},"blockchainName":{"type":"string","description":"区块链名称"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}}}}}
```

## 获取客户钱包类出金币种链地址列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getCoinWithdrawCurrencyList\
> 获取客户钱包类出金币种链地址列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getCoinWithdrawCurrencyList":{"post":{"summary":"获取客户钱包类出金币种链地址列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getCoinWithdrawCurrencyList\n获取客户钱包类出金币种链地址列表\n登录后方可访问","operationId":"getCoinWithdrawCurrencyList","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListCustomerGroupWithdrawCurrencyConfigDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawMethodQueryDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"支持币种"},"withdrawMethod":{"type":"string","description":"取款方式编码"},"channelName":{"type":"string","description":"通道名称"}}},"BaseResultListCustomerGroupWithdrawCurrencyConfigDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"$ref":"#/components/schemas/CustomerGroupWithdrawCurrencyConfigDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerGroupWithdrawCurrencyConfigDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"取款币种"},"blockchainName":{"type":"string","description":"区块链名称"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}}}}}
```

## 获取取款账户币种列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawAccountCurrencyList\
> 获取取款账户币种列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawAccountCurrencyList":{"post":{"summary":"获取取款账户币种列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawAccountCurrencyList\n获取取款账户币种列表\n登录后方可访问","operationId":"getWithdrawAccountCurrencyList","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawCurrencyListReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultSetString"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawCurrencyListReqDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64"},"country":{"type":"string","description":"国家编码"}}},"BaseResultSetString":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","uniqueItems":true,"items":{"type":"string"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 获取取款额度限制信息

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawAmountLimitInfo\
> 获取取款额度限制信息\
> 汇率转换后的结果\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawAmountLimitInfo":{"post":{"summary":"获取取款额度限制信息","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawAmountLimitInfo\n获取取款额度限制信息\n汇率转换后的结果\n登录后方可访问","operationId":"getWithdrawAmountLimitInfo","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawAmountLimitReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultWithdrawAmountLimitRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawAmountLimitReqDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank、数字钱包:digit_wallet、skrill电子钱包:skrill_wallet、电汇:wire"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultWithdrawAmountLimitRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/WithdrawAmountLimitRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"WithdrawAmountLimitRespDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"singleLowAmount":{"type":"string","description":"单笔最低取款金额"},"singleHighAmount":{"type":"string","description":"单笔最高取款金额"},"withdrawAmount":{"type":"string","description":"可取金额"},"withdrawCurrency":{"type":"string","description":"取款币种"}}}}}}
```

## 获取取款币种列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawCurrencyList\
> 获取取款币种列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawCurrencyList":{"post":{"summary":"获取取款币种列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawCurrencyList\n获取取款币种列表\n登录后方可访问","operationId":"getWithdrawCurrencyList","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListCustomerGroupWithdrawCurrencyConfigDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawMethodQueryDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"支持币种"},"withdrawMethod":{"type":"string","description":"取款方式编码"},"channelName":{"type":"string","description":"通道名称"}}},"BaseResultListCustomerGroupWithdrawCurrencyConfigDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"$ref":"#/components/schemas/CustomerGroupWithdrawCurrencyConfigDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"CustomerGroupWithdrawCurrencyConfigDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"取款币种"},"blockchainName":{"type":"string","description":"区块链名称"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}}}}}
```

## 获取取款方式

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawMethodList\
> 获取取款方式\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawMethodList":{"post":{"summary":"获取取款方式","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawMethodList\n获取取款方式\n登录后方可访问","operationId":"getWithdrawMethodList","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListWithdrawMethodQueryDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawMethodQueryDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"支持币种"},"withdrawMethod":{"type":"string","description":"取款方式编码"},"channelName":{"type":"string","description":"通道名称"}}},"BaseResultListWithdrawMethodQueryDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 获取24小时取款次数

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getWithdrawTimesIn24Hour\
> 获取取款方式\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getWithdrawTimesIn24Hour":{"post":{"summary":"获取24小时取款次数","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getWithdrawTimesIn24Hour\n获取取款方式\n登录后方可访问","operationId":"getWithdrawTimesIn24Hour","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputeWithdrawReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultInteger"}}},"headers":{}}}}}},"components":{"schemas":{"ComputeWithdrawReqDto":{"type":"object","required":["amount","tradeType","withdrawRateSerialNo","withdrawType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"string","description":"取款/提币金额"},"withdrawRateSerialNo":{"type":"string","description":"取款费率流水号"},"rate":{"type":"string","description":"发送给平台CATS2使用的取款汇率"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank、数字钱包:digit_wallet、skrill电子钱包:skrill_wallet、电汇:wire"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultInteger":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"integer","format":"int32","description":"数据体"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 查询第三方支付取款银行列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.queryPayWithdrawBankList\
> 查询第三方支付取款银行列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.queryPayWithdrawBankList":{"post":{"summary":"查询第三方支付取款银行列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.queryPayWithdrawBankList\n查询第三方支付取款银行列表\n登录后方可访问","operationId":"queryPayWithdrawBankList","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryWithdrawBankReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultJSONArray"}}},"headers":{}}}}}},"components":{"schemas":{"QueryWithdrawBankReqDto":{"type":"object","properties":{"withdrawMethod":{"type":"string","description":"取款方式"},"withdrawCurrency":{"type":"string","description":"取款货币"}}},"BaseResultJSONArray":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"type":"object","properties":{},"required":["01GV5DQ8AC3WJ1A2SWA5GE6FF3"]}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}}}
```

## 查询取款限制配置

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.queryWithdrawLimitConfig\
> 查询取款限制配置\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.queryWithdrawLimitConfig":{"post":{"summary":"查询取款限制配置","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.queryWithdrawLimitConfig\n查询取款限制配置\n登录后方可访问","operationId":"queryWithdrawLimitConfig","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryWithdrawLimitConfigReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultQueryWithdrawLimitConfigRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryWithdrawLimitConfigReqDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"accountCurrency":{"type":"string","description":"账户货币编码"},"withdrawCurrency":{"type":"string","description":"客户收款货币编码"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,银行卡:1,数字钱包:2"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultQueryWithdrawLimitConfigRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/QueryWithdrawLimitConfigRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryWithdrawLimitConfigRespDto":{"type":"object","properties":{"enableWithdraw":{"type":"boolean","description":"是否允许取款"},"withdrawAmount":{"type":"string","description":"账户可取金额"},"digit":{"type":"integer","format":"int32"},"withdrawConditionConfig":{"$ref":"#/components/schemas/CustomerGroupWithdrawConditionConfigDto"},"withdrawTimeConfigList":{"type":"array","description":"取款时间限制配置","items":{"$ref":"#/components/schemas/CustomerGroupWithdrawTimeConfigDto"}},"withdrawAmountConfig":{"$ref":"#/components/schemas/CustomerGroupWithdrawAmountConfigDto"},"withdrawFeeConfigList":{"type":"array","description":"取款手续费配置","items":{"$ref":"#/components/schemas/CustomerGroupWithdrawFeeConfigDto"}},"customerGroupEnable":{"type":"boolean","description":"客户组是否允许取款"},"timeEnable":{"type":"boolean","description":"取款时间否允许取款"},"accountActiveEnable":{"type":"boolean","description":"账户必须激活否允许取款"},"amountEnable":{"type":"boolean","description":"客户账户余额是否允许取款"},"hourIn24Enable":{"type":"boolean","description":"24小时内次数是否允许取款"},"walletEnable":{"type":"boolean","description":"是否允许提币"},"pwdModifyEnable":{"type":"boolean","description":"修改密码后间隔时长是否允许取款"},"loginModifyEnable":{"type":"boolean","description":"修改手机号/邮箱后间隔时长是否允许取款"}}},"CustomerGroupWithdrawConditionConfigDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"mustActive":{"type":"boolean","description":"客户是否必须激活,才可取款"},"maxCount":{"type":"integer","format":"int32","description":"24小时取款次数"},"modifyPwdDisableWithdrawIntervals":{"type":"integer","format":"int64","description":"修改密码后不可取款时间:单位分钟"},"modifyLoginDisableWithdrawIntervals":{"type":"integer","format":"int64","description":"更改手机/邮箱后不可取款时间:单位分钟"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}},"CustomerGroupWithdrawTimeConfigDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"companyTimezone":{"type":"string","description":"公司运营所在时区"},"weekDay":{"type":"integer","format":"int32","description":"星期几"},"openTime":{"type":"string","description":"取款时间,格式为01:00-12:00,13:00-18:00,19:00-22:59"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}},"CustomerGroupWithdrawAmountConfigDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"accountCurrency":{"type":"string","description":"账户币种"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"},"singleLowAmount":{"type":"number","description":"单笔最低取款金额"},"singleHighAmount":{"type":"number","description":"单笔最高取款金额"},"singleCheckLowAmount":{"type":"number","description":"需人工审核单笔最低取款金额"},"maxIn24hourAmount":{"type":"number","description":"24小时内最高取款金额"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}},"CustomerGroupWithdrawFeeConfigDto":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"公司客户组id"},"accountCurrency":{"type":"string","description":"账户币种"},"withdrawCurrency":{"type":"string","description":"取款币种"},"blockchainName":{"type":"string","description":"区块链名称"},"valueType":{"type":"string","description":"值类型,单笔取款金额:single_amount、开仓保证金总额/存款总额(比例):open_margin_rate、24小时取款次数:with24hour_times"},"leftOpenValue":{"type":"number","description":"区间左边值"},"rightCloseValue":{"type":"number","description":"区间右边值"},"feeType":{"type":"integer","format":"int32","description":"手续费类型,固定金额:1、百分比率:2"},"feeValue":{"type":"number","description":"手续费固定金额值/比率值)"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"}}}}}}
```

## 查询取款货币和限制条件列表

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.withdrawCurrencyList\
> 查询取款货币列表\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.withdrawCurrencyList":{"post":{"summary":"查询取款货币和限制条件列表","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.withdrawCurrencyList\n查询取款货币列表\n登录后方可访问","operationId":"withdrawCurrencyList","tags":["资金接口/客户取款接口"],"parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WithdrawCurrencyListReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultWithdrawCurrencyResDto"}}},"headers":{}}}}}},"components":{"schemas":{"WithdrawCurrencyListReqDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64"},"country":{"type":"string","description":"国家编码"}}},"BaseResultWithdrawCurrencyResDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/WithdrawCurrencyResDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"WithdrawCurrencyResDto":{"type":"object","properties":{"list":{"type":"array","items":{"$ref":"#/components/schemas/WithdrawCurrencyListResDto"}},"map":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string"}},"properties":{}}}},"WithdrawCurrencyListResDto":{"type":"object","properties":{"currency":{"type":"string"},"withdrawMethod":{"type":"string"}}}}}}
```

## 获取客户组取款方式

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.getCustomerGroupWithdrawMethodList\
> 获取客户组取款方式\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.getCustomerGroupWithdrawMethodList":{"post":{"summary":"获取客户组取款方式","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.getCustomerGroupWithdrawMethodList\n获取客户组取款方式\n登录后方可访问","operationId":"getWithdrawMethodList","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultListWithdrawMethodQueryDto"}}},"headers":{}}}}}},"components":{"schemas":{"BaseResultListWithdrawMethodQueryDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"array","description":"数据体","items":{"$ref":"#/components/schemas/WithdrawMethodQueryDto"}},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"WithdrawMethodQueryDto":{"type":"object","required":["tradeType"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"withdrawCurrency":{"type":"string","description":"支持币种"},"withdrawMethod":{"type":"string","description":"取款方式编码"},"channelName":{"type":"string","description":"通道名称"}}}}}}
```

## 获取客户组取款风控配置

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.queryCustomerGroupWithdrawRiskConfig\
> 获取客户组取款风控配置\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.queryCustomerGroupWithdrawRiskConfig":{"post":{"summary":"获取客户组取款风控配置","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.queryCustomerGroupWithdrawRiskConfig\n获取客户组取款风控配置\n登录后方可访问","operationId":"getWithdrawMethodList","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"withdrawMethod":{"type":"string","description":"取款方式"}},"required":["customerGroupId"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"null"},"data":{"type":"object","properties":{"withdrawTimeConfigList":{"type":"array","items":{"type":"object","properties":{"withdrawMethod":{"type":"string"},"weekDay":{"type":"integer","description":"星期"},"companyTimezone":{"type":"string","description":"UTC"},"openTime":{"type":"string","description":"取款时间"},"status":{"type":"null"}},"required":["withdrawMethod","weekDay","companyTimezone","openTime","status"]},"description":"通道取款时间"},"withdrawAmountConfigList":{"type":"array","items":{"type":"object","properties":{"singleCheckLowAmount":{"type":"integer","description":"人工审核单笔最低取款金额"},"accountCurrency":{"type":"null","description":"账户币种"},"blockchainName":{"type":"string","description":"链"},"withdrawMethod":{"type":"string"},"singleHighAmount":{"type":"integer","description":"单笔最大取款金额"},"maxIn24hourAmount":{"type":"integer","description":"24小时累计最高"},"withdrawCurrency":{"type":"string","description":"取款币种"},"singleLowAmount":{"type":"number","description":"单笔最低取款金额"},"status":{"type":"null"}},"required":["withdrawMethod","singleHighAmount","maxIn24hourAmount","withdrawCurrency","singleLowAmount","status"]},"description":"通道取款金额设置"},"enableWithdraw":{"type":"boolean","description":"是否允许取款，true：允许，false：不允许"},"withdrawConditionConfig":{"type":"object","properties":{"maxCount":{"type":"integer","description":"24小时取款次数"},"mustActive":{"type":"boolean","description":"是否必须激活"},"modifyLoginDisableWithdrawIntervals":{"type":"integer","description":"更改手机/邮箱后不可取款时间"},"modifyPwdDisableWithdrawIntervals":{"type":"integer","description":"修改密码后不可取款时间"},"status":{"type":"null"}},"required":["maxCount","mustActive","modifyLoginDisableWithdrawIntervals","modifyPwdDisableWithdrawIntervals","status"],"description":"通道取款条件"},"withdrawRiskConfig":{"type":"object","properties":{"customerGroupId":{"type":"integer"},"firstSetLoginPwdDisableWithdrawIntervals":{"type":"integer","description":"首次设置登录密码后不可取款时间"},"updateTime":{"type":"integer","description":"修改时间"},"maxCount":{"type":"integer","description":"24小时最大取款次数"},"firstSetFundPwdDisableWithdrawIntervals":{"type":"integer","description":"首次设置资金密码后不可取款时间"},"newAddressDisableIntervals":{"type":"integer","description":"新添加的提现地址禁用时间"},"mustActive":{"type":"boolean","description":"是否必须激活，true：是，false：否"},"modifyLoginDisableWithdrawIntervals":{"type":"integer","description":"更改手机/邮箱后不可取款时间:小时"},"modifyPwdDisableWithdrawIntervals":{"type":"integer","description":"修改密码后不可取款时间"},"status":{"type":"integer","description":"状态1，代表后台启用"}},"description":"客户组取款风控"},"withdrawFeeConfigList":{"type":"null","description":"通道取款手续费"}},"required":["withdrawFeeConfigList"]},"ok":{"type":"boolean"},"fail":{"type":"boolean"},"class":{"type":"string"}}}}},"headers":{}}}}}}}
```

## 检查客户的取款限制条件

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.checkWithdrawRiskLimitConfig\
> 检查客户的取款限制条件\
> 登录后方可访问\
> code ( "51021", "客户组取款配置，不允许取款"),\
> code ( "51011", "客户组取款配置,账户必须激活才可取款"),\
> code ("51012", "当前时间不允许取款"),\
> code ("51025", "修改密码后{0}分钟内不允许取款"),\
> code ("51026", "修改手机或邮箱后{0}分钟内不允许取款"),\
> code ("51037", "修改资金密码后{0}分钟内不允许取款"),\
> code ("51016", "超过24小时内最大取款次数"),\
> \
> \
> \
> \
> \`\`\`以下提示信息中的占位符“%s”，取值为响应结果中的msgParams，多个以","拼接\`\`\`\
> USCUSTOMER\_API\_0001006=1. 非常抱歉，设置登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001007=1. 非常抱歉，设置资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001008=1. 非常抱歉，修改登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001009=1. 非常抱歉，重置登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001010=1. 非常抱歉，修改资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001011=1. 非常抱歉，重置资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001012=1. 非常抱歉，更换邮箱后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001013=1. 非常抱歉，更换手机后%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001014=1. 非常抱歉，新增的提现地址%s小时内禁止提现，您可以稍后再进行提现操作；\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\
> USCUSTOMER\_API\_0001016=当前提现地址不存在，请核对数据

````json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.checkWithdrawRiskLimitConfig":{"post":{"summary":"检查客户的取款限制条件","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.checkWithdrawRiskLimitConfig\n检查客户的取款限制条件\n登录后方可访问\ncode ( \"51021\", \"客户组取款配置，不允许取款\"),\ncode ( \"51011\", \"客户组取款配置,账户必须激活才可取款\"),\ncode (\"51012\", \"当前时间不允许取款\"),\ncode (\"51025\", \"修改密码后{0}分钟内不允许取款\"),\ncode (\"51026\", \"修改手机或邮箱后{0}分钟内不允许取款\"),\ncode (\"51037\", \"修改资金密码后{0}分钟内不允许取款\"),\ncode (\"51016\", \"超过24小时内最大取款次数\"),\n\n\n\n\n```以下提示信息中的占位符“%s”，取值为响应结果中的msgParams，多个以\",\"拼接```\nUSCUSTOMER_API_0001006=1. 非常抱歉，设置登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001007=1. 非常抱歉，设置资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001008=1. 非常抱歉，修改登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001009=1. 非常抱歉，重置登录密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001010=1. 非常抱歉，修改资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001011=1. 非常抱歉，重置资金密码后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001012=1. 非常抱歉，更换邮箱后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001013=1. 非常抱歉，更换手机后%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001014=1. 非常抱歉，新增的提现地址%s小时内禁止提现，您可以稍后再进行提现操作；\\n2. 如果您有任何疑问或需要帮助，请联系在线客服。\nUSCUSTOMER_API_0001016=当前提现地址不存在，请核对数据","operationId":"queryWithdrawLimitConfig","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tradeType":{"type":"integer","format":"int64"},"accountCurrency":{"type":"string","description":"账户货币编码"},"withdrawCurrency":{"type":"string","description":"客户收款货币编码"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,银行卡:1,数字钱包:2"},"blockchainName":{"type":"string","description":"witdrawType为2时必填，链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}},"required":["tradeType","accountCurrency","withdrawCurrency","withdrawType","withdrawMethod"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"type":"boolean"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}},"headers":{}}}}}}}
````

## 获取取款方式+币+链的剩余提现金额

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.queryRemainWithdrawAmount\
> 获取方式+币+链的剩余提现金额\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.queryRemainWithdrawAmount":{"post":{"summary":"获取取款方式+币+链的剩余提现金额","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.queryRemainWithdrawAmount\n获取方式+币+链的剩余提现金额\n登录后方可访问","operationId":"queryWithdrawLimitConfig","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":true,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueryRemainWithdrawAmountReqDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResultQueryRemainWithdrawAmountRespDto"}}},"headers":{}}}}}},"components":{"schemas":{"QueryRemainWithdrawAmountReqDto":{"type":"object","required":["withdrawType","withdrawMethod","accountCurrency"],"properties":{"withdrawType":{"type":"integer","format":"int32","description":"取款类型,银行卡:1,数字钱包:2"},"withdrawMethod":{"type":"string","description":"取款方式,coin_blockatmpay,coin_mdpay等"},"accountCurrency":{"type":"string","description":"账户货币编码"},"withdrawCurrency":{"type":"string","description":"witdrawType为2时必填，客户收款货币编码"},"blockchainName":{"type":"string","description":"witdrawType为2时必填，链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"}}},"BaseResultQueryRemainWithdrawAmountRespDto":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/QueryRemainWithdrawAmountRespDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}},"QueryRemainWithdrawAmountRespDto":{"type":"object","required":["tradeType","remainAmount","limitAmount","withdrawAmount"],"properties":{"tradeType":{"type":"integer","format":"int64"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"country":{"type":"string","description":"国家编码"},"accountCurrency":{"type":"string","description":"账户货币编码"},"withdrawCurrency":{"type":"string","description":"客户收款货币编码"},"withdrawMethod":{"type":"string","description":"取款方式,银行卡:bank,数字钱包:digit_wallet"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,银行卡:1,数字钱包:2"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"},"remainAmount":{"type":"string","description":"24小时累计剩余可取金额"},"limitAmount":{"type":"string","description":"24小时累计最高金额"},"withdrawAmount":{"type":"string","description":"24小时累计已经提取金额"}}}}}}
```

## 查询取款提案

> version: 0.0.1\
> bizType=fund.app.WithdrawAppDubboService.queryWithdrawProposal\
> 查询取款提案\
> 登录后方可访问

```json
{"openapi":"3.0.1","info":{"title":"默认模块","version":"1.0.0"},"tags":[{"name":"资金接口/客户取款接口"}],"servers":[{"url":"https://prewppc-3.cmfbl.com/api","description":"PRE测试公司439"}],"security":[],"paths":{"/global/fund.app.WithdrawAppDubboService.queryWithdrawProposal":{"post":{"summary":"查询取款提案","deprecated":false,"description":"version: 0.0.1\nbizType=fund.app.WithdrawAppDubboService.queryWithdrawProposal\n查询取款提案\n登录后方可访问","tags":["资金接口/客户取款接口"],"parameters":[{"name":"version","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"companyId","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"trace","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"lang","in":"header","description":"","required":false,"schema":{"type":"string"}},{"name":"token","in":"header","description":"","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"tradeType":{"type":"integer","format":"int64","description":"玩法类型"},"proposalNo":{"type":"string","description":"提案号"}},"required":["tradeType"]}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","properties":{"bizCode":{"type":"string","description":"模块标识码"},"code":{"type":"string","description":"状态返回码"},"msg":{"type":"string","description":"状态描述"},"tm":{"type":"integer","format":"int64","description":"处理时长（毫秒）"},"trace":{"type":"string","description":"跟踪码"},"msgParams":{"type":"string","description":"返回描述中占位符参数串，多个参数间以,分割"},"data":{"$ref":"#/components/schemas/CustomerWithdrawProposalDto"},"ok":{"type":"boolean"},"fail":{"type":"boolean"}}}}},"headers":{}}}}}},"components":{"schemas":{"CustomerWithdrawProposalDto":{"type":"object","required":["tradeType","withdrawViewStatus"],"properties":{"companyId":{"type":"integer","format":"int64","description":"公司ID"},"customerId":{"type":"integer","format":"int64","description":"客户ID"},"customerNo":{"type":"string","description":"客户编号"},"accountId":{"type":"integer","format":"int64","description":"账户ID"},"id":{"type":"integer","format":"int64","description":"主键id"},"status":{"type":"integer","format":"int32","description":"状态 1、2、3、启用、禁用、删除"},"createBy":{"type":"string","description":"创建人"},"createTime":{"type":"integer","format":"int64","description":"创建时间"},"updateBy":{"type":"string","description":"更新人"},"updateTime":{"type":"integer","format":"int64","description":"更新时间"},"tradeType":{"type":"integer","format":"int64"},"proposalNo":{"type":"string","description":"提案号"},"country":{"type":"string","description":"国家"},"accountCurrency":{"type":"string","description":"账户货币(交易账号货币)"},"withdrawCurrency":{"type":"string","description":"取款货币(支付通道支持的货币)"},"amount":{"type":"string","description":"提案金额"},"rate":{"type":"string","description":"发送给平台CATS2使用的取款汇率"},"withdrawFee":{"type":"string","description":"取款手续费"},"finalAmount":{"type":"string","description":"最终取款金额"},"accountDeductAmount":{"type":"string","description":"账户减扣"},"bankAccountName":{"type":"string","description":"银行卡持有者姓名"},"bankName":{"type":"string","description":"银行卡银行名称"},"displayBankName":{"type":"string","description":"银行卡银行名称翻译"},"bankCardNo":{"type":"string","description":"银行卡号"},"checkBy":{"type":"string","description":"审批人"},"checkStatus":{"type":"integer","format":"int32","description":"提案状态,等待人工审批:1、审批成功:2、审批失败:3"},"transferStatus":{"type":"integer","format":"int32","description":"转账状态,待转账:1、转账成功:2、转账失败:3"},"amlRet":{"type":"integer","format":"int32","description":"aml校验结果AmlCheckRetEnum:通过1,失败2"},"amlFailReasion":{"type":"string","description":"aml校验不通过原因"},"remark":{"type":"string","description":"备注"},"withdrawType":{"type":"integer","format":"int32","description":"取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)"},"withdrawCoinStatus":{"type":"integer","format":"int32","description":"提币状态,待提币:1、提币成功:2、提币失败:3、提交失败:4"},"withdrawMethod":{"type":"string","description":"收款方式,数据字典配置,如银行卡、数字钱包、skill、PayPal等,目前仅有银行卡和数字钱包,提现:bank(对应银行卡)、提币:coin(对应数字钱包)"},"blockchainName":{"type":"string","description":"链名称,数据字典配置,收款方式是数字钱包,显示对应的链名称(又叫转账网络),如Omin、ERC20、TRC20"},"txid":{"type":"string","description":"txid"},"customerGroupId":{"type":"integer","format":"int64","description":"客户组id"},"thirdMessage":{"type":"string","description":"调用第三方响应消息"},"withdrawViewStatus":{"type":"integer","description":"取款状态码,待审批:1、审批失败:2、失败:3、已完成:4、处理中:5"},"transferRejectReason":{"type":"string","description":"转账拒绝原因"}}}}}}
```
