diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/org/dromara/system/api/RemoteUserService.java b/ruoyi-api/ruoyi-api-system/src/main/java/org/dromara/system/api/RemoteUserService.java index c8382c59..b926bc0c 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/org/dromara/system/api/RemoteUserService.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/org/dromara/system/api/RemoteUserService.java @@ -62,7 +62,7 @@ public interface RemoteUserService { * @param remoteUserBo 用户信息 * @return 结果 */ - Boolean registerUserInfo(RemoteUserBo remoteUserBo); + Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException; /** * 通过userId查询用户账户