|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package org.dromara.system.api;
|
|
|
|
|
|
|
|
|
|
import org.dromara.common.core.exception.ServiceException;
|
|
|
|
|
import org.dromara.common.core.exception.user.UserException;
|
|
|
|
|
import org.dromara.system.api.domain.bo.RemoteUserBo;
|
|
|
|
|
import org.dromara.system.api.model.LoginUser;
|
|
|
|
@ -62,7 +63,7 @@ public interface RemoteUserService {
|
|
|
|
|
* @param remoteUserBo 用户信息
|
|
|
|
|
* @return 结果
|
|
|
|
|
*/
|
|
|
|
|
Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException;
|
|
|
|
|
Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException, ServiceException;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 通过userId查询用户账户
|
|
|
|
|