perf:钉钉单次同步调整为200

This commit is contained in:
曾文豪
2024-09-14 22:38:07 +08:00
parent 143b100819
commit 278429157a

View File

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