转化分析
GET
/webtenant/system/stat/analysis/conversion请求参数
Query 参数
beginDate
string
开始时间
classifyIds
array[integer <int64>]
分类id
courseName
string
课程名称
endDate
string
结束时间
statType
integer <int32>
统计类型
tenantId
integer <int64>
可选
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (StatTradeConversionVO)
可选
orderNum
integer <int64>
下单笔数
orderNumRatio
string
下单笔数环比
orderPayAmount
number
下单金额
orderPayAmountRatio
string
下单金额环比
orderPayRatio
string
下单-支付转化率
orderStaffNum
integer <int64>
下单人数
orderStaffNumRatio
string
下单人数环比
payAmount
number
支付金额
payAmountRatio
string
支付金额环比
payOrderNum
integer <int64>
支付订单数
payOrderNumRatio
string
支付订单数环比
payStaffNum
integer <int64>
支付人数
payStaffNumRatio
string
支付人数环比
unitPrice
number
客单价
unitPriceRatio
string
客单价环比
visitorNum
integer <int64>
访客数
visitorNumRatio
string
访客数环比
visitorOrderRatio
string
访问-下单转化率
visitorPayRatio
string
访问-支付转化率
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"orderNum": 0,
"orderNumRatio": "string",
"orderPayAmount": 0,
"orderPayAmountRatio": "string",
"orderPayRatio": "string",
"orderStaffNum": 0,
"orderStaffNumRatio": "string",
"payAmount": 0,
"payAmountRatio": "string",
"payOrderNum": 0,
"payOrderNumRatio": "string",
"payStaffNum": 0,
"payStaffNumRatio": "string",
"unitPrice": 0,
"unitPriceRatio": "string",
"visitorNum": 0,
"visitorNumRatio": "string",
"visitorOrderRatio": "string",
"visitorPayRatio": "string"
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前