文档
测试

显示渠道收益明细

POST
https://xia.cd08.com/ctaobao/api/interestCenter/showChannelIncome?uid=5&fromType=9

接口描述

api/interestCenter/showChannelIncome

请求参数

参数名
类型
描述
必填
uid
用户ID
必填
fromType
渠道标识,1淘宝,2京东,3拼多多,7饿了么,8美团, 9唯品会
必填

响应参数

参数名
类型
描述
必填
code
string
示例:1
必填
data
array
数据列表
必填
cjMoney
string
成交预估收益,示例:0
必填
jsMoney
string
结算预估收益,示例:0
必填
timeType
int
时间,0今日,1昨日,2本月,3上月,示例:0
必填
totOrder
int
付款笔数,示例:0
必填
message
string
示例:ok
必填

说明 / 示例

```json { "code": "1", "data": [ { "cjMoney": "0", "jsMoney": "0", "timeType": 0, "totOrder": 0 }, { "cjMoney": "0", "jsMoney": "0", "timeType": 1, "totOrder": 0 }, { "cjMoney": "56.8", "jsMoney": "0", "timeType": 2, "totOrder": 1 }, { "cjMoney": "0", "jsMoney": "0", "timeType": 3, "totOrder": 0 } ], "message": "ok" } ```