描述:交易记录
请求方式:GET
请求地址:v1/transactions/funds
版本:v1
内部API调用方法名:Invoices_accountsRecord
返回参数
参数 | 类型 | 验证规则 | 最大长度 | 描述 | 示例 |
_currency | array[] | - | 货币信息 | ||
Lid | int | - | 货币ID | 1 | |
Lcode | string | - | 货币代码 | CNY | |
Lprefix | string | - | 货币前缀 | ¥ | |
Lsuffix | string | - | 货币后缀 | 元 | |
total | int | - | 总数 | 元 | |
_accounts | int | - | 总数 | 元 | |
Lid | int | - | 交易流水id | 1 | |
Linvoice_id | int | - | 交易流水id | 1 | |
Lpay_time | int | - | 支付时间,时间戳 | 1 | |
Lpayment_zh | string | - | 支付方式 | 微信支付 | |
Ldescription | string | - | 描述 | ceshi | |
Ltype | string | - | 账单类型 | recharge | |
Ltrans_id | int | - | 流水id | 12341234 | |
Lamount_in | price | - | 金额 | 1 | |
L_refund | array[] | - | 退款 | ||
Lid | int | - | 退款流水id | 1 | |
Lamount_out | price | - | 退款金额 | 1.00 |