文档
测试

商品销量排行

POST
http://datacompass.cloud.ottcn.com/wap/commonQuery/getDsSort

请求参数

参数名
类型
描述
必填
appName
string
传ds
必填
statType
string
日期类型 1 日 2 周 3 月 4 年
必填
dt
string
上面选择的时间
必填
access
string
传gcw
必填
cpType
string
传sp 或zy
必填
sortColunm
string
排序列 索引值见映射表 如18
必填
channelType
string
qd
必填
analysisType
string
3
必填

响应参数

参数名
类型
描述
必填
code
string
状态码
必填
msg
string
状态码描述
必填
result
array
返回结果
必填
groupType
string
商品
必填
orderPrice
number
订单金额
必填
orderCount
number
订单量
必填
viewConversion
number
收视转化率
必填
viewCount
number
收视次数
必填
viewUser
number
收视人数
必填
viewTime
number
收视时长
必填

说明 / 示例

{ appName:'ds', statType:'1', dt:'2021-03-31', access:'gcw', cpType:'sp', sortColunm:'18', channelType:'qd', analysisType:'3' } { code:'', msg:'', result:[ { groupType:'商品1', orderPrice:100, orderCount:0.1, viewConversion:100, viewCount:0.1, viewUser:0.3022, viewTime:5 }, { groupType:'商品2', orderPrice:100, orderCount:0.1, viewConversion:100, viewCount:0.1, viewUser:0.3022, viewTime:5 } ] }