退款管理,退款列表
POST
139.196.110.143/dev-api/cashier/order/listShopOrderReturnInfo?pageSize=10&pageNum=1
请求头
参数名
类型
描述
必填
Content-Typ
application/json
请示json
必填
请求参数
参数名
类型
描述
必填
orderId
string
订单号
可选
startDate
string
查询起始时间 2024-10-20
可选
endDate
string
查询结束时间 2024-10-21
可选
buyerMobile
string
购买者手机号
可选
响应参数
参数名
类型
描述
必填
total
int
数据总数
必填
page
int
分页页数
必填
code
int
返回码200成功其他失败
必填
msg
string
结果说明
必填
rows
arry
结果数组
必填
rows中元素类型
参数名
类型
描述
必填
cityName
string
销售地区
必填
districtName
string
区县
必填
distributionCenterName
string
加工中心
必填
storeTypeId
int
商店类型
必填
storeName
sring
商店名称
必填
storeId
int
商店id
必填
orderId
string
订单号
必填
orderItemId
string
订单子项id
必填
buyerMobile
string
购买者手机号
必填
buyUser
string
购买者
必填
skuName
string
商品名
必填
itemUnitPrice
float
单价
必填
orderItemQuantity
int
数量
必填
orderItemReturnNum
int
退货量
必填
orderItemUnitPrice
float
单个成交价格
必填
orderItemAmount
float
成交总价
必填
returnItemSubtotal
float
退款总价
必填
compensationAmount
float
赔偿金额
必填
createTime
string
创建时间 2024-10-17 23:24:33
必填
paymentChannel
string
退款方式
必填
orderCreateTime
string
订单生成时间 2024-10-17 10:10:10
必填