update 优化 注册用户异常报错不正确问题
parent
12b2e58000
commit
8f2859d1a3
|
|
@ -62,7 +62,7 @@ public interface RemoteUserService {
|
|||
* @param remoteUserBo 用户信息
|
||||
* @return 结果
|
||||
*/
|
||||
Boolean registerUserInfo(RemoteUserBo remoteUserBo);
|
||||
Boolean registerUserInfo(RemoteUserBo remoteUserBo) throws UserException;
|
||||
|
||||
/**
|
||||
* 通过userId查询用户账户
|
||||
|
|
|
|||
Loading…
Reference in New Issue