描述:推介记录
请求方式:GET
请求地址:v1/affiliates/record
版本:v1
内部API调用方法名:Affiliate_affiliateRecord
返回参数
参数 | 类型 | 验证规则 | 最大长度 | 描述 | 示例 |
total | int | - | 推介记录数量 | 1 | |
_record | array[] | - | 推介记录 | ||
Lid | int | - | 订单ID | 1 | |
Lstatus | int | - | 状态:Paid已支付Refunded已退款 | 1 | |
Lcreate_time | int | - | 账单创建时间 | 1648433070 | |
Ltype | string | - | 类型 | 续费 | |
Lpaid_time | int | - | 支付时间 | 1648433070 | |
Lusername | string | - | 客户名称 | example | |
Luid | int | - | 客户ID | 1 | |
Lprefix | string | - | 货币标识前缀 | $ | |
Lsuffix | string | - | 货币标识后缀 | HKD | |
Lcommmission | float | - | 佣金 | 1.00 | |
Lcommission_bates | float | - | 佣金比例,类型为金额时是固定金额,为比例时是百分比 | 50 | |
Lcommission_bates_type | int | - | 佣金类型:1金额2比例 | 1 | |
Linvoice_id | int | - | 账单ID | 1 | |
Lconfirm_status | int | - | 确认状态:0未确认1已确认 | 1 | |
Lamount | float | - | 金额 | 1.00 | |
Lconfirm_time | int | - | 确认时间 | 1648433070 |