文档
测试

查看所有填报任务记录

POST
http://113.204.181.114:18081/apin/park/dataReportRecord/findRecordGroupByTaskId

请求参数

参数名
类型
描述
必填
reporterId
string
示例:123
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
array
数据列表
必填
founder
string
示例:founder
必填
taskType
string
示例:2
必填
taskTitle
string
示例:taskTitle
必填
createTime
string
示例:2021-09-03 03:06:00.0
必填
taskStatus
string
示例:3
必填
taskId
string
示例:4028e6b67baa3ee8017baa480a460003
必填
reportTime
string
示例:2021-09-06 11:16:50.0
必填

说明 / 示例

请求参数: {"reporterId":"123"} 返回参数: { "code": 1, "result": [ { "founder": "founder", "taskType": "2", "taskTitle": "taskTitle", "createTime": "2021-09-03 03:06:00.0", "taskStatus": "3", "taskId": "4028e6b67baa3ee8017baa480a460003", "reportTime": "2021-09-06 11:16:50.0" }, { "founder": "founder", "taskTitle": "taskTitle", "taskType": "1", "taskId": "4028e6b67baa4ec9017baa5007290000", "createTime": "2021-09-03 02:50:00.0", "reportTime": null, "taskStatus": "1" } ] }