文档
测试

广场舞渠道-两个指标

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

请求参数

参数名
类型
描述
必填
appName
string
传 ds
必填
dataIndex
string
传 18,19
必填
access
string
通路 传 gcw
必填
channelType
string
传qd
必填

响应参数

参数名
类型
描述
必填
code
string
状态码
必填
msg
string
状态码描述
必填
result
object
返回数据
必填
overviewData
object
图表数据
必填
orderPrice
number
交易金额
必填
orderPriceWithBefore
number
交易金额环比
必填
orderPriceWithBeforeWeek
number
交易金额同比
必填
orderCount
number
订单量
必填
orderCountWithBefore
number
订单量环比
必填
orderCountWithBeforeWeek
number
订单量同比
必填

说明 / 示例

{ appName:'ds', dataIndex:'18,19', access:'gcw', channelType:'qd' } { msg:'', code:'', result:{ overviewData: { orderPrice:100, orderPriceWithBefore:0.1, orderPriceWithBeforeWeek:0.1, orderCount:100, orderCountWithBefore:0.1, orderCountWithBeforeWeek:0.1 } } }