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

@@ -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>>() {