文档
测试

魔芋列表获取

POST
/moyu/front/idioplasm/getMoyuList

接口描述

获取魔芋数据 按品质类别,种质特性,关键字获取魔芋 按页码,页大小获取当前页数据

请求参数

参数名
类型
描述
必填
pageSize
int
页大小
必填
currPage
int
页码
必填
moyuName
varchar
魔芋中文名,拉丁名关键字
必填
moyuFeature
varchar
种质特性
可选
moyuType
varchar
品质类别
可选

响应参数

参数名
类型
描述
必填
data
Object
必填
list
Object
符合条件的魔芋列表,每条数据包含该条魔芋的所有信息(基本信息,样本信息,营养成分表,表型信息),按魔芋中文名字典序排列
必填
moyuId
Long
必填
moyuType
String
同上
必填
moyuFeature
String
同上
必填
moyuName
String
关键字
必填
moyuHits
int
点击量
必填
cname
String
中文名
必填
aliasName
String
别名
必填
sciName
String
拉丁名
必填
introduce
String
简介
必填
protein
Double
蛋白质
必填
fat
Double
脂肪
必填
iron
Double
必填
VB1
Double
VB1
必填
VB2
Double
VB2
必填
dietaryFiberAll
Double
膳食纤维总
必填
dietaryFiberSoluble
Double
膳食纤维可溶
必填
dietaryFiberUnsoluble
Double
膳食纤维不可溶
必填
simpleId
String
样本保存ID
必填
simpleType
String
保存类型
必填
gatherName
String
采集者名称
必填
gatherPosition
String
采集地点
必填
gatherTime
String
采集时间
必填
breedPosition
String
繁种地
必填
stemColor
String
球茎肉色
必填
leafPattern
String
叶柄斑纹
必填
leafShape
String
叶片形状
必填
leafLength
String
复叶中小裂叶长宽
必填
inflorescenceShape
String
佛焰苞形状
必填
inflorescenceAppendage
String
附属器
必填
inflorescenceFemale
String
雌花序
必填
inflorescenceMale
String
雄花序
必填
inflorescenceNeutral
String
中性花
必填
eavesOutColor
String
外部颜色
必填
eavesOutPattern
String
外部斑纹
必填
eavesInColor
String
内部颜色
必填
eavesInPattern
String
内部斑纹
必填
moyuImage
String
图片
必填
saveConditions
String
2中的保存条件
必填
savePositon
String
2中的保存位置
必填
totalCount
int
查询到的list数目(如果当前页码是最后一页,需要这个参数)
必填
pageSize
一页有多少个对象(如果当前页码不是最后一页,需要这个参数)
必填
totalPage
总页数
必填
currPage
当前页数
必填
code
int
200 / 500
必填

说明 / 示例

``` "listQuery": { "page":1, "pageSize":10, "cate":"类别1", "charact":"特性1", "keyword":"白" } "list": [ { 'id':1, 'name':'白魔芋', '拉丁名':'xxxxx', ... }, { 'id':2, 'name':'黑魔芋', '拉丁名':'xxxxx', ... }, ... ]