@FeignClient(contextId="remoteUserService",
value="chis4cloud-system",
fallbackFactory=RemoteUserFallbackFactory.class)
public interface RemoteUserService
| 限定符和类型 | 方法和说明 |
|---|---|
com.founder.common.core.domain.R<LoginUser> |
getUserInfo(String username,
String source)
通过用户名查询用户信息
|
com.founder.common.core.domain.R<Boolean> |
registerUserInfo(SysUser sysUser,
String source)
注册用户信息
|
Copyright © 2021. All rights reserved.