mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
update 优化远程调用异常处理
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.ruoyi.system.api;
|
||||
|
||||
import com.ruoyi.common.core.exception.user.UserException;
|
||||
import com.ruoyi.system.api.domain.SysUser;
|
||||
import com.ruoyi.system.api.model.LoginUser;
|
||||
|
||||
@@ -16,7 +17,7 @@ public interface RemoteUserService {
|
||||
* @param username 用户名
|
||||
* @return 结果
|
||||
*/
|
||||
LoginUser getUserInfo(String username);
|
||||
LoginUser getUserInfo(String username) throws UserException;
|
||||
|
||||
/**
|
||||
* 注册用户信息
|
||||
|
||||
Reference in New Issue
Block a user