文档
测试

广场舞公网-整体趋势-表格

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

请求参数

参数名
类型
描述
必填
appName
string
ds
必填
statType
string
日期类型 1 日 2 周 3 月
必填
dt
string
上面选择的时间
必填
access
string
gcw
必填
channelType
string
gw
必填

响应参数

参数名
类型
描述
必填
code
string
状态码
必填
msg
string
状态码描述
必填
result
array
返回结果
必填
groupType
string
通路
必填
orderPrice
number
节目内容
必填
orderPriceWithBefore
number
收视用户数
必填
orderCount
number
收视次数
必填
orderCountWithBefore
number
收视时长
必填
percent
number
金额占比
必填

说明 / 示例

{ appName:'ds', statType:'1', dt:'2021-03-31', access:'gcw', channelType:'gw' } { code:'', msg:'', result:[ { groupType:'视频购物', orderPrice:100, orderPriceWithBefore:0.1 orderCount:100, orderCountWithBefore:0.1, percent:0.3022 }, { groupType:'自营电商', orderPrice:100, orderPriceWithBefore:0.1 orderCount:100, orderCountWithBefore:0.1, percent:0.3022 } ] }