文档
测试

任务详情

POST
http://leave2.com/task/api/Task/detail

请求头

参数名
类型
描述
必填
Authorization
bGl5VT13VXUyNGY3SFdmTT11RHA4b0NmUFd2alJ0QXQ0elNMUFl2ZlZ1QTE1enlMTmppTUJ1dnk4MXk4OG1UWTl3MFpGbnZmTldmUFBpQXQtbmVnS2l5NFFrMDZDNXZMSldUb1d6MENBNXNHVw%3D%3D
必填

请求参数

参数名
类型
描述
必填
id
任务id
必填

响应参数

参数名
类型
描述
必填
id
任务id
必填
title
任务标题
必填
category_name
任务分类
必填
desc
任务描述
必填
submit_limit_date
截至提交时间
必填
create_by_name
任务创建人
必填
create_date
创建日期
必填
files
图片列表
必填
storage_path
路径
必填
parent_submit
是否需要家长上传 家长在线提交 1否 2是
必填
item_name
点评项
必填
item_id
点评项id
必填
item_score
点评分值
必填
category_id
任务分类id
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "id": "121", "title": "活动宣传", "url": "http://www.baidu.com", "category_id": "42", "category_name": "活动1", "desc": "家长陪孩子完成任务", "image_urls": null, "parent_submit": "2", "submit_limit_date": "2022-10-01 02:57:02", "item_id": "23930", "item_name": "品德好", "item_category_name": "德育", "item_score": "2.00", "item_dimension_title": "思想道德", "create_by_uuid": "001cfd46f8175b50ca8969f71aa6daee", "create_by_account": null, "create_by_name": "沈伟", "create_date": "2022-08-20 10:26:07", "edit_by_uuid": "001cfd46f8175b50ca8969f71aa6daee", "edit_by_account": null, "edit_by_name": "沈伟", "edit_date": "2022-08-20 10:26:07", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "wpB77hCAAADtF65MV8aWvLDGIefjpvwA", "company_name": "行知云智慧校园", "object_type": "1", "files": [ { "id": "2461", "title": "新时代营销.jpg", "storage_path": "/upload/file/202208/69e174f4f6fe3e355ce7e142bfc3d8f6.jpg", "create_by_uuid": null }, { "id": "2462", "title": "新时代营销.jpg", "storage_path": "/upload/file/202208/3f7de3aed60d7ad884ad990ef0ed5b14.jpg", "create_by_uuid": null }, { "id": "2525", "title": "宝妈社群.JPG", "storage_path": "/upload/file/202208/818f948b48b1f1436260e85b3c5a4b30.JPG", "create_by_uuid": null }, { "id": "2526", "title": "宝妈社群.JPG", "storage_path": "/upload/file/202208/236c840bacf32c92067e7d4eea0f6bc3.JPG", "create_by_uuid": null } ] } }