企微前后台联调。
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user