文档
测试

查询佣金明细

GET
/user/v1/amountRecord

接口描述

查询佣金明细

请求头

参数名
类型
描述
必填
ACCESSTOKEN
string
登录注册时返回的ppId
必填

请求参数

参数名
类型
描述
必填
type
string
查询类型 detail-佣金明细 必传
必填
date
string
查询时间段 非必传 格式:yyyy-MM
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果码 1000-成功 非1000-未成功
必填
message
string
返回结果信息
必填
data
object
返回结果对象
必填
myCommissionList
array<object>
我的订单列表
必填
rebateType
string
类型
必填
orderId
string
订单号
必填
money
bigDecimal
金额
必填
source
string
来源
必填
createTime
date
创建时间
必填
paymentNo
string
微信返回订单号
必填
amount
bigDecimal
账户余额
必填
operation
string
操作行为
必填
teamCommissionList
array<object>
团队订单列表
必填
rebateType
string
类型
必填
orderId
string
订单号
必填
money
bigdecimal
金额
必填
source
string
来源
必填
createTime
date
创建时间
必填
paymentNo
string
微信返回订单号
必填
amount
bigdecimal
账户余额
必填
operation
string
操作行为
必填
myCommissionTotal
bigDecimal
我的总佣金
必填
teamCommissionTotal
bigDecimal
团队总佣金
必填
commissionList
array<object>
佣金明细列表
必填
rebateType
string
类型
必填
orderId
string
订单号
必填
money
bigdecimal
金额
必填
source
string
来源
必填
createTime
date
创建时间
必填
paymentNo
string
账单号
必填
amount
bigdecimal
账户余额
必填
operation
string
操作行为
必填