文档
测试

查询统计数据列表

GET
localhost:8012/situations/record/list

请求参数

参数名
类型
描述
必填
township
String
乡镇名称
必填
village
String
行政村名称
必填
areaId
Int
区域id 如:2
必填

说明 / 示例

{ "total": 3, "list": [ { "id": 3, "city": "自贡市",//地市名称 "county": "大安区",//县市名称 "township": "何市镇",//乡镇名称 "village": "十字村",//行政村名称 "annualOutput": "500",//年产量(kg/亩) "cropName": "玉米",//农作物名称 "fertilizationScheme": "尿素27.97kg/亩",//施肥方案 "createTime": "2023-09-06 11:02:06"//查询时间 }, { "id": 4, "city": "自贡市", "county": "大安区", "township": "何市镇", "village": "十字村", "annualOutput": "500", "cropName": "玉米", "fertilizationScheme": "尿素27.97kg/亩", "createTime": "2023-09-06 11:02:06" }, { "id": 5, "city": "自贡市", "county": "大安区", "township": "何市镇", "village": "十字村", "annualOutput": "500", "cropName": "玉米", "fertilizationScheme": "尿素27.97kg/亩", "createTime": "2023-09-06 11:02:06" } ] }