文档
测试

根据id查询任务

POST
http://113.204.181.114:18081/apin/park/dataReport/findById

请求参数

参数名
类型
描述
必填
id
string
示例:4028e6b67baa4ec9017baa5007290000
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
week
string
示例:6
必填
founder
string
示例:founder
必填
sharedReaderId
string
示例:213,1231,211
必填
filed
array
数据列表
必填
id
string
示例:4028e6b67baa4ec9017baa5007ca0001
必填
taskId
string
示例:4028e6b67baa4ec9017baa5007290000
必填
chFieldName
string
示例:姓名
必填
sqlFieldName
string
示例:XM
必填
fieldType
string
示例:1
必填
formatLimit
string
示例:1
必填
required
string
示例:0
必填
hourMinute
string
示例:14:40
必填
remark
string
示例:remark
必填
reporter
string
示例:jkh,kjk
必填
updateTime
string
示例:2021-09-03 14:19:37
必填
taskType
string
示例:1
必填
month
string
示例:9
必填
createTime
string
示例:2021-09-03 14:19:37
必填
reporterId
string
示例:123,12313
必填
id
string
示例:4028e6b67baa4ec9017baa5007290000
必填
sharedReader
string
示例:jjj,jjjssjj
必填
taskTitle
string
示例:taskTitle
必填
cyclePeriod
string
示例:0 50 14 ? * 6
必填
day
string
示例:3
必填
taskStatus
string
示例:1
必填

说明 / 示例

请求参数: {"id":"4028e6b67baa4ec9017baa5007290000"} 返回参数: { "code": 1, "result": { "week": "6", "founder": "founder", "sharedReaderId": "213,1231,211", "filed": [ { "id": "4028e6b67baa4ec9017baa5007ca0001", "taskId": "4028e6b67baa4ec9017baa5007290000", "chFieldName": "姓名", "sqlFieldName": "XM", "fieldType": "1", "formatLimit": "1", "required": "0" }, { "id": "4028e6b67baa4ec9017baa5007ca0002", "taskId": "4028e6b67baa4ec9017baa5007290000", "chFieldName": "年龄", "sqlFieldName": "NL", "fieldType": "1", "formatLimit": "1", "required": "0" } ], "hourMinute": "14:40", "remark": "remark", "reporter": "jkh,kjk", "updateTime": "2021-09-03 14:19:37", "taskType": "1", "month": "9", "createTime": "2021-09-03 14:19:37", "reporterId": "123,12313", "id": "4028e6b67baa4ec9017baa5007290000", "sharedReader": "jjj,jjjssjj", "taskTitle": "taskTitle", "cyclePeriod": "0 50 14 ? * 6", "day": "3", "taskStatus": "1" } }