dingtalk-mcp 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,7 +93,7 @@ tools:
|
|
|
93
93
|
position: query
|
|
94
94
|
|
|
95
95
|
- name: listServiceWindowFollowersInfo
|
|
96
|
-
description: "
|
|
96
|
+
description: "批量获取关注服务窗用户的信息"
|
|
97
97
|
requestTemplate:
|
|
98
98
|
method: GET
|
|
99
99
|
url: "https://api.dingtalk.com/v1.0/link/followers?accountId={String}&nextToken={String}&maxResults={String}"
|
|
@@ -138,7 +138,7 @@ tools:
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
- name: listServiceWindows
|
|
141
|
-
description: "
|
|
141
|
+
description: "获取企业下的服务窗列表,以获取服务窗帐号IDaccountId"
|
|
142
142
|
requestTemplate:
|
|
143
143
|
method: GET
|
|
144
144
|
url: "https://api.dingtalk.com/v1.0/link/accounts"
|
|
@@ -96,16 +96,7 @@ tools:
|
|
|
96
96
|
position: body
|
|
97
97
|
items:
|
|
98
98
|
type: string
|
|
99
|
-
|
|
100
|
-
description: 移动端待办详情页URL
|
|
101
|
-
type: string
|
|
102
|
-
position: body
|
|
103
|
-
required: true
|
|
104
|
-
- name: detailUrl.pcUrl
|
|
105
|
-
description: PC端待办详情页URL
|
|
106
|
-
type: string
|
|
107
|
-
position: body
|
|
108
|
-
required: true
|
|
99
|
+
|
|
109
100
|
requestTemplate:
|
|
110
101
|
url: https://api.dingtalk.com/v1.0/todo/users/{unionId}/tasks
|
|
111
102
|
method: POST
|