企微前后台联调。

This commit is contained in:
2026-04-24 20:54:14 +08:00
parent 1f7b1e6d55
commit 1627e486a2
7 changed files with 26 additions and 14 deletions

View File

@@ -20,6 +20,10 @@ public interface IQweiUserService extends IService<QweiUser> {
Long mainDepartmentId,
Integer status);
Map<String, Object> syncFromQiWei();
default Map<String, Object> syncFromQiWei() {
return syncFromQiWei(null);
}
Map<String, Object> syncFromQiWei(String tenantId);
}