文档
测试

我的店铺_消费明细

POST
/api/count/getMyProfitDetails

请求参数

参数名
类型
描述
必填
memberId
stirng
会员ID (必填)
必填
stateTime
stirng
开始时间(默认当天)格式:yyyy-mm-dd
必填
endTime
stirng
结束时间(默认当天)格式:yyyy-mm-dd
必填
pageNum
int
当前记录起始索引
必填
pageSize
int
每页显示记录数
必填

响应参数

参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填
total
number
总记录数
必填
rows
array
数据列表
必填
orderNo
string
订单号
必填
productId
string
商品ID
必填
quantity
string
购买数量
必填
salePrice
string
零售价
必填
title
string
商品名称
必填
attribute
string
规格
必填
imgUrl
string
图片路径
必填