1.创建待办任务 【/tc/v2/openapi/task/create.json】
    注:为保证幂等性,请确认bizTaskId唯一

    2.完成待办任务【/tc/openapi/task/finish.json】
    当url中待办任务已完成后需要同步调用该接口完成专有钉钉侧待办任务

    3.取消待办任务【/tc/openapi/task/cancel.json】
    当url中待办任务已取消/拒绝后需要同步调用该接口取消/拒绝专有钉钉侧待办任务

    4.查询某个用户相关待办任务
    a.查询已办任务【/tc/openapi/3rd/task/getDoneList】
    b.查询待办任务【/tc/openapi/3rd/task/getTodoList】
    c.查询发起任务【/tc/openapi/3rd/Inst/getList】