商品趋势分析
GET
/webtenant/system/stat/product/trend请求参数
Query 参数
beforeBeginDate
string <date-time>
可选
beforeEndDate
string <date-time>
可选
beginDate
string
开始时间
classifyIds
array[integer <int64>]
分类ids
endDate
string
结束时间
pageNum
integer <int32>
可选
pageSize
integer <int32>
可选
rank
integer <int32>
可选
statType
integer <int32>
可选
tenantId
integer <int64>
可选
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (商品概括-商品趋势分析)
可选
buyStudentNumList
array[integer <int32>]
购买人数
dateList
array[string]
时间
onlineProductList
array[string]
在线商品数
payAmountList
array[number]
销售金额
statType
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"buyStudentNumList": [
0
],
"dateList": [
"string"
],
"onlineProductList": [
"string"
],
"payAmountList": [
0
],
"statType": 0
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 16 小时前