文档
测试

获取加油订单列表

GET
http://localhost:8072/wxapi/gasstation/getgasorderpagelist

接口描述

获取加油订单列表

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
count
int
示例:1
必填
rows
array
数据列表
必填
id
int
订单id
必填
ordercode
string
订单编号
必填
gasstationid
int
油站id
必填
originalcode
string
油站编号
必填
stationname
string
油站名称
必填
stationnumber
object
示例:null
必填
oilgun
string
油枪号
必填
oil
string
油品
必填
favourAmount
float
优惠金额
必填
feeAmount
int
手续费
必填
channelFavourAmount
float
渠道优惠金额
必填
channelName
string
渠道名称
必填
realprice
int
实际支付金额
必填
realjifen
int
实际使用积分
必填
refundprice
object
退款金额
必填
userid
int
下单用户id
必填
status
int
状态( 1:支付成功 5:已退款)
必填
createdAt
string
下单时间
必填