public interface RemoveUserCallbackApi
| 限定符和类型 | 方法和说明 |
|---|---|
void |
removeUserAction(Set<Long> beRemovedUserIdList)
删除用户信息的回调方法
|
void |
validateHaveUserBind(Set<Long> beRemovedUserIdList)
校验被删除的用户id集合,是否有业务关联关系
如果有绑定关系直接抛出异常即可
|
Copyright © 2024. All rights reserved.