文档
测试

油品列表

GET
http://localhost:8085/oil/getOilList?current=1&size=10

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
otId
(分类id)
必填
olId
(仓库id)
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
oilId
int
(油品id)示例:1
必填
libraryName
string
(仓库)示例:1号仓库
必填
price
float
(价格)示例:33.25
必填
typeName
string
(分类名)示例:92#
必填
coverPic
string
(首图)示例:https://smart-recovery.oss-cn-hangzhou.aliyuncs.com/pic/2020-12-22/3932d4102c2747e7b2c09706d5722cd9.jpg
必填
title
string
(标题)示例:第一种油
必填
driverOrderSum
分提单总量
必填
orderBalanceSum
订单剩余总量
必填
total
int
示例:1
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填