获取订单列表
POST
/api/order/getOrderList
请求参数
参数名
类型
描述
必填
memberId
string
会员ID
必填
orderStatus
string
订单状态:为空时查询全部订单
必填
响应参数
参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填
memberId
string
会员ID
必填
orderNo
string
订单号
必填
orderStatus
string
订单状态
必填
totalAmount
string
总支付金额
必填
totalProfit
string
总利润
必填
dateTime
string
下单时间
必填
id
string
ID
必填
memberId
string
会员ID
必填
receiptName
string
收货人
必填
contact
string
联系电话
必填
province
string
省
必填
city
string
市
必填
area
string
区
必填
address
string
详细地址
必填
defaults
string
是否默认
必填