文档
测试

鳞片提现

GET
/app/scale/withdraw

接口描述

金鳞提现不收税收 银鳞提现收税收

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
silver_scale
String
可提现银鳞
必填
gold_scale
String
可提现金鳞
必填
min_withdraw_amount
String
最小提现金额
必填
withdraw_fee_rate
String
提现税收百分比 例如 0.07 即 7%
必填
withdraw_fee
String
单笔提现手续费
必填
card_list
list
储蓄卡列表
必填
id
String
主键id
必填
bank_name
String
银行名称
必填
icon_path
String
银行图标
必填
card_no
String
卡号
必填
user_real_name
String
用户姓名
必填
user_id_no
String
用户身份证
必填
user_balance
String
用户余额
必填
user_alipay_name
String
支付宝姓名
必填
user_alipay_account
String
支付宝账号
必填

说明 / 示例

``` { "code": 0, "msg": "操作成功", "result": { "withdraw_fee": "2.0", "silver_scale": "300.00", "card_list": [ { "agent_id": "C2020032318505910002", "merchant_id": "M726385380078305280", "card_type": "SC", "oem_id": "1000", "institution_id": "T00000015", "statement_date": "", "card_no": "6228480606711338479", "user_id": "47f7c30cf09c431fbc1e614880dd5a3d", "phone": "19973315613", "repayment_date": "", "bank_id": "1", "icon_path": "upload//202004/1588218956496.png", "issuing_bank": "ABC", "credit_limit": 0.00, "bank_name": "农业银行", "id": 10070, "add_time": "2020-06-27 10:36:10", "status": 1, "add_time_stamp": 1593225370079 }, { "agent_id": "C2020032318505910002", "merchant_id": "M727126089664217088", "card_type": "SC", "oem_id": "1000", "institution_id": "T00000015", "statement_date": "", "card_no": "6217002940106669384", "user_id": "47f7c30cf09c431fbc1e614880dd5a3d", "phone": "18873304182", "repayment_date": "", "bank_id": "16", "icon_path": "upload//202004/1588225828518.png", "issuing_bank": "CCB", "credit_limit": 0.00, "bank_name": "建设银行", "id": 10078, "add_time": "2020-06-29 11:39:29", "status": 1, "add_time_stamp": 1593401969010 }, { "agent_id": "C2020032318505910002", "merchant_id": "M727158763812470784", "card_type": "SC", "oem_id": "1000", "institution_id": "T00000015", "statement_date": "", "card_no": "6217583800402772453", "user_id": "47f7c30cf09c431fbc1e614880dd5a3d", "phone": "13016224411", "repayment_date": "", "bank_id": "9", "icon_path": "upload//202004/1588226694542.png", "issuing_bank": "BOC", "credit_limit": 0.00, "bank_name": "中国银行", "id": 10082, "add_time": "2020-06-29 13:49:19", "status": 1, "add_time_stamp": 1593409759152 } ], "gold_scale": "0.00", "min_withdraw_amount": "10.0", "withdraw_fee_rate": "0.07" }, "errors": {} } ```