perf:钉钉单次同步调整为200
This commit is contained in:
@@ -233,7 +233,7 @@ public class PlatformDingConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return doRequest(service, "https://oapi.dingtalk.com/topapi/v2/user/list",
|
return doRequest(service, "https://oapi.dingtalk.com/topapi/v2/user/list",
|
||||||
JSONUtil.createObj().putOpt("dept_id", deptId).putOpt("cursor", cursor).putOpt("size", 100),
|
JSONUtil.createObj().putOpt("dept_id", deptId).putOpt("cursor", cursor).putOpt("size", 200),
|
||||||
new TypeReference<DingResponse<DingUserListVo>>() {
|
new TypeReference<DingResponse<DingUserListVo>>() {
|
||||||
}).getResult();
|
}).getResult();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user