退款明细
GET
/webtenant/system/stat/refund/goodsList请求参数
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>
可选
dataMap
object
可选
msg
string
可选
rows
array[object (退款分析统计) {19}]
可选
classifyId
integer <int64>
分类ID
classifyName
string
分类名称
finishRefundTime
string <date-time>
可选
goodsId
integer <int64>
商品id
goodsName
string
商品名称
goodsType
integer <int32>
可选
商品类型(1 课程;2 电子书;3 资料;4科目)
id
integer <int64>
ID
orderNumber
integer <int64>
订单编号
payAmount
number
实付金额
refundAmount
number
退款金额
refundExplain
string
退款说明
refundMethod
integer <int32>
可选
退款方式(1:可线上;2:线下;3:其它;)
refundMethodDesc
string
可选
refundStartTime
string <date-time>
发起退款时间
refundStudentId
integer <int32>
退款学员id
refundType
integer <int32>
退款类型
statTime
string <date-time>
统计时间
statType
integer <int32>
可选
统计类型 1小时 2天
tenantId
integer <int64>
租户ID
total
integer <int64>
可选
traceId
string
可选
示例
{
"code": 0,
"dataMap": {},
"msg": "string",
"rows": [
{
"classifyId": 0,
"classifyName": "string",
"finishRefundTime": "2019-08-24T14:15:22.123Z",
"goodsId": 0,
"goodsName": "string",
"goodsType": 0,
"id": 0,
"orderNumber": 0,
"payAmount": 0,
"refundAmount": 0,
"refundExplain": "string",
"refundMethod": 0,
"refundMethodDesc": "string",
"refundStartTime": "2019-08-24T14:15:22.123Z",
"refundStudentId": 0,
"refundType": 0,
"statTime": "2019-08-24T14:15:22.123Z",
"statType": 0,
"tenantId": 0
}
],
"total": 0,
"traceId": "string"
}
最后修改时间: 11 小时前