描述:账户充值信息
请求方式:GET
请求地址:v1/funds
版本:v1
内部API调用方法名:Invoices_fundsInfo
返回参数
参数 | 类型 | 验证规则 | 最大长度 | 描述 | 示例 |
_currency | array[] | - | 货币信息 | ||
Lid | int | - | 货币ID | 1 | |
Lcode | string | - | 货币代码 | CNY | |
Lprefix | string | - | 货币前缀 | ¥ | |
Lsuffix | string | - | 货币后缀 | 元 | |
allow_recharge | int | - | 是否允许充值,1是,0否 | 1 | |
credit | price | - | 余额 | 100.00 | |
_gateways | array[] | 是 | - | 支持的支付方式 | { "id": 2, "name": "WxPay", "title": "微信支付", "status": 1, "module": "gateways", "url": "upload/pay/WxPay.png", "author_url": "data:image/png;base64,iVBORw0KGgoA……" } |
Lid | int | 是 | - | 支付方式ID | 1 |
Lname | string | 是 | - | 支付方式标识 | WxPay |
Ltitle | string | 是 | - | 支付方式名称 | 微信支付 |
Lurl | string | 是 | - | 支付方式图标:资源地址(已舍弃) | upload/pay/WxPay.png |
Lauthor_url | base64 | 是 | - | 支付方式图标:base64数据 | data:image/png;base64,iVBORw0KGgoA…… |
addfunds_minimum | price | - | 充值最小值 | 1 | |
addfunds_maximum | price | - | 充值最大值 | 1 | |
addfunds_maximum_balance | price | - | 充值最大金额 | 1 | |
count | int | - | 账单数量 | 1 | |
_invoices | array[] | - | 交易流水 | { "trans_id": "2022022822001416851402771569", "amount_in": "0.01元", "pay_time": 1646027663, "gateway": "支付宝当面付", "amount_out": "0.00", "invoice_id": 551408, "description": "用户充值", "type": "充值" } | |
Ltrans_id | int | - | 交易流水id | 1 | |
Lamount_in | price | - | 金额 | 1 | |
Lpay_time | int | - | 支付时间,时间戳 | 1 | |
Lgateway | string | - | 支付方式 | 1 | |
Linvoice_id | int | - | 账单id | 1 | |
Ldescription | int | - | 描述 | 1 | |
Ltype | string | - | 类型 | 1 |