华为云WeLink-新增待办任务(新):请求示例

时间:2025-02-12 14:53:05

请求示例

  • 请求参数示例
{    "taskId": "202008fangiia",    "taskTitle": "周五上午请假",    "userId": "zhangsan@dd",    "userNameCn":"张三",    "userNameEn":"zhangsan",    "detailsUrl": "https://example.com/app/detail/5",    "detailsUrlPc":"https://open.welink.huaweicloud.com/docs?type=internal",    "appName": "请假",    "applicantUserId": "lisi@dd",    "applicantUserNameCn": "李四",    "applicantUserNameEn": "lisi",    "isMsg": 1,    "isShowApplicantUserName":true,    "applicantId":"202008fangjia1",    "businessCode":"202101111556shenpibianma"}
  • 请求URL示例
curl -X POST  'https://open.welink.huaweicloud.com/api/todo/v3/addtask'   -H 'Accept-Charset: UTF-8'   -H 'Content-Type: application/json'   -H 'x-wlk-Authorization: access_token'   -d '{"请求参数 json格式"}'
support.huaweicloud.com/devg-welink/start-18.html