文档
测试

施肥方案列

GET
http://localhost:8012/situations/fertilization/list

请求参数

参数名
类型
描述
必填
township
String
镇名称
必填
village
String
村名称
必填
annualOutput
String
年产量
必填
cropName
String
作物名称
必填
areaId
Int
区域id
必填

说明 / 示例

{ "msg": "success", "code": 200, "data": { "total": 1, "list": [ { "id": 1, "city": "自贡市",//地市名称 "county": "大安区",//区名称 "township": "何市镇",//乡镇名称 "village": "蔡家村",//行政村名称 "cropName": "玉米",//农作物名称 "annualOutput": "300",//年产量 "fertilizationScheme": "过磷酸钙78.54kg/亩",//施肥方案 "isDelete": 0 } ] } }