publish 2.0.9

This commit is contained in:
曾文豪
2024-09-18 23:09:53 +08:00
parent 9ef7d2d4a2
commit c1559e96be
11 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<artifactId>springboot-platform</artifactId>

View File

@@ -247,7 +247,7 @@ public class PlatformDingConfig {
JSONObject object = new JSONObject();
object.put("dept_id", deptId);
object.put("cursor", cursor);
object.put("size", 200);
object.put("size", 100);
return doRequest(service, "https://oapi.dingtalk.com/topapi/v2/user/list",
object, new TypeReference<DingResponse<DingUserListVo>>() {