营收趋势
GET
/webtenant/system/stat/dataProfile/revenue请求参数
Query 参数
beginDate
string
开始时间
endDate
string
结束时间
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (数据概况-营收趋势出参)
可选
dateList
array[string]
时间
orderPayAmountList
array[string]
销售金额
refundAmountList
array[string]
退款金额
statType
integer <int32>
可选
统计类型 1小时 2天
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"dateList": [
"string"
],
"orderPayAmountList": [
"string"
],
"refundAmountList": [
"string"
],
"statType": 0
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 16 小时前