分页获取订单列表
GET
http://localhost:8076/api/order/getdcwordspagelist
请求参数
参数名
类型
描述
必填
pageindex
int
页码,默认为1
必填
pagesize
int
每页数量,默认为10
必填
memberid
int
会员id
必填
startdate
date
开始时间
必填
enddate
date
结束时间
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
status
boolean
示例:true
必填
count
int
总数
必填
memberid
int
会员id
必填
payfee
float
支付金额
必填
year
int
年
必填
month
int
月
必填
day
int
日
必填
membertype
int
会员类型
必填
paychannel
string
支付渠道
必填
ordercode
string
订单标号
必填
payip
string
支付ip
必填
status
int
订单状态(0:下单,未支付 1:支付成功 2:支付失败 5:已经退款)
必填
createdAt
string
创建时间
必填