简要描述:

  • 我负责的

请求域名:

  • https://dev8.yunzmall.com/business/1/

请求URL:

GET/plugin/project-manager/work/list

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "my work",
    "data": [
        {
            "id": 0,
            "title": "指派给我的",
            "task_list": [
                {
                    "id": 3,
                    "uniacid": 6,
                    "business_id": 1,
                    "project_id": 1,
                    "staff_uid": 1,
                    "create_uid": 1,
                    "archive_uid": 0,
                    "parent_id": 0,
                    "name": "测试任务",
                    "desc": "任务描述",
                    "work_group_id": 0,
                    "project_group_id": 0,
                    "project_sort": 0,
                    "priority": 0,
                    "status": 1,
                    "is_archive": 0,
                    "work_sort": 1651044259,
                    "start_time": "2022-04-27 15:24:19",
                    "deadline_time": null,
                    "archive_time": null,
                    "created_at": "2022-04-24 15:41:55",
                    "sub_tasks_count": 0,
                    "comment_count": 0,
                    "status_body": {
                        "id": 1,
                        "name": "进行中",
                        "color": "#a7cfae",
                        "icon": "",
                        "desc": ""
                    },
                    "priority_name": "!! 普通",
                    "has_one_staff": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "uid": 2455,
                        "user_id": "",
                        "name": "测试员工",
                        "mobile": "15012345678",
                        "position": "",
                        "gender": 0,
                        "telephone": "",
                        "email": "",
                        "avatar": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a",
                        "alias": "",
                        "status": 0,
                        "qr_code": "",
                        "address": "",
                        "open_userid": "",
                        "main_department": "",
                        "updated_at": null,
                        "created_at": null,
                        "deleted_at": null,
                        "right_type": 0,
                        "disabled": 0,
                        "userid": "",
                        "avatar_mediaid": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a"
                    },
                    "has_one_project": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "cover": "1",
                        "name": "默认项目",
                        "creator_uid": 2455,
                        "permit_visible": 1,
                        "is_share": 0,
                        "classify_id": 0,
                        "is_archive": 0,
                        "archive_time": null,
                        "created_at": "1970-01-01 08:00:00",
                        "updated_at": null,
                        "deleted_at": null,
                        "cover_str": "1"
                    },
                    "label": [
                        {
                            "label_id": 1,
                            "name": "测试",
                            "style_color": "",
                            "pivot": {
                                "task_id": 3,
                                "label_id": 1
                            }
                        }
                    ]
                },
                {
                    "id": 2,
                    "uniacid": 6,
                    "business_id": 1,
                    "project_id": 1,
                    "staff_uid": 1,
                    "create_uid": 1,
                    "archive_uid": 0,
                    "parent_id": 0,
                    "name": "测试任务",
                    "desc": "任务描述",
                    "work_group_id": 0,
                    "project_group_id": 0,
                    "project_sort": 0,
                    "priority": 0,
                    "status": 0,
                    "is_archive": 0,
                    "work_sort": 1651044260,
                    "start_time": null,
                    "deadline_time": null,
                    "archive_time": null,
                    "created_at": "2022-04-24 15:35:52",
                    "sub_tasks_count": 0,
                    "comment_count": 0,
                    "status_body": {
                        "id": 0,
                        "name": "未开始",
                        "color": "#a7cfae",
                        "icon": "",
                        "desc": ""
                    },
                    "priority_name": "!! 普通",
                    "has_one_staff": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "uid": 2455,
                        "user_id": "",
                        "name": "测试员工",
                        "mobile": "15012345678",
                        "position": "",
                        "gender": 0,
                        "telephone": "",
                        "email": "",
                        "avatar": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a",
                        "alias": "",
                        "status": 0,
                        "qr_code": "",
                        "address": "",
                        "open_userid": "",
                        "main_department": "",
                        "updated_at": null,
                        "created_at": null,
                        "deleted_at": null,
                        "right_type": 0,
                        "disabled": 0,
                        "userid": "",
                        "avatar_mediaid": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a"
                    },
                    "has_one_project": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "cover": "1",
                        "name": "默认项目",
                        "creator_uid": 2455,
                        "permit_visible": 1,
                        "is_share": 0,
                        "classify_id": 0,
                        "is_archive": 0,
                        "archive_time": null,
                        "created_at": "1970-01-01 08:00:00",
                        "updated_at": null,
                        "deleted_at": null,
                        "cover_str": "1"
                    },
                    "label": [
                        {
                            "label_id": 1,
                            "name": "测试",
                            "style_color": "",
                            "pivot": {
                                "task_id": 2,
                                "label_id": 1
                            }
                        }
                    ]
                }
            ],
            "count": 2
        },
        {
            "id": 1,
            "title": "今天要做",
            "task_list": [
                {
                    "id": 1,
                    "uniacid": 6,
                    "business_id": 1,
                    "project_id": 1,
                    "staff_uid": 1,
                    "create_uid": 1,
                    "archive_uid": 0,
                    "parent_id": 0,
                    "name": "测试任务",
                    "desc": "任务描述",
                    "work_group_id": 1,
                    "project_group_id": 0,
                    "project_sort": 0,
                    "priority": 0,
                    "status": 0,
                    "is_archive": 0,
                    "work_sort": 0,
                    "start_time": null,
                    "deadline_time": null,
                    "archive_time": null,
                    "created_at": "2022-04-24 15:35:52",
                    "sub_tasks_count": 0,
                    "comment_count": 0,
                    "status_body": {
                        "id": 0,
                        "name": "未开始",
                        "color": "#a7cfae",
                        "icon": "",
                        "desc": ""
                    },
                    "priority_name": "!! 普通",
                    "has_one_staff": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "uid": 2455,
                        "user_id": "",
                        "name": "测试员工",
                        "mobile": "15012345678",
                        "position": "",
                        "gender": 0,
                        "telephone": "",
                        "email": "",
                        "avatar": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a",
                        "alias": "",
                        "status": 0,
                        "qr_code": "",
                        "address": "",
                        "open_userid": "",
                        "main_department": "",
                        "updated_at": null,
                        "created_at": null,
                        "deleted_at": null,
                        "right_type": 0,
                        "disabled": 0,
                        "userid": "",
                        "avatar_mediaid": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vc1020a663f6887d1a"
                    },
                    "has_one_project": {
                        "id": 1,
                        "uniacid": 6,
                        "business_id": 1,
                        "cover": "1",
                        "name": "默认项目",
                        "creator_uid": 2455,
                        "permit_visible": 1,
                        "is_share": 0,
                        "classify_id": 0,
                        "is_archive": 0,
                        "archive_time": null,
                        "created_at": "1970-01-01 08:00:00",
                        "updated_at": null,
                        "deleted_at": null,
                        "cover_str": "1"
                    },
                    "label": []
                }
            ],
            "count": 1
        },
        {
            "id": 2,
            "title": "下一步要做",
            "task_list": [],
            "count": 0
        },
        {
            "id": 3,
            "title": "以后再做",
            "task_list": [],
            "count": 0
        }
    ]
}

错误时返回:

{
  "result": 0,
  "msg": "",
  "data": []
}

data参数说明:模块分组

参数名 类型 说明
id int 组ID
title string 组名称
task_list array 任务集合
count int 任务总数量

task_list参数说明:

参数名 类型 说明
id int 任务编号
name string 任务名称
start_time string 任务开始时间
deadline_time string 任务截止时间
has_one_staff obj 任务负责人对象
sub_tasks_count int 子任务数量
comment_count int 评论数量
status_body obj 任务状态对象
has_one_project.name obj 任务所属项目名称
label array 任务标签集合

label参数说明:

参数名 类型 说明
label_id int 标签ID
name string 标签名称
style_color string 标签样式颜色

status_body参数说明:

参数名 类型 说明
id int 状态ID
name string 标签名称
color string 状态颜色
icon string 标签图标

has_one_staff参数说明:

参数名 类型 说明
id int 员工ID
name string 员工名称
avatar string 员工头像

备注:

  • 更多返回错误代码请看首页的错误代码描述