系统管理,集团用户详细接口封装
This commit is contained in:
@ -25,7 +25,11 @@ import org.springframework.context.annotation.Configuration;
|
|||||||
)
|
)
|
||||||
public interface SystemClient {
|
public interface SystemClient {
|
||||||
|
|
||||||
// -----------------------用户接口-----------------------
|
// -----------------------集团用户接口-----------------------
|
||||||
|
|
||||||
|
@GetMapping("/v1/sysuser/{id}")
|
||||||
|
BaseResponse<SysUser> getUser(@PathVariable String id);
|
||||||
|
|
||||||
@ApiOperation("分页查询用户信息")
|
@ApiOperation("分页查询用户信息")
|
||||||
@PostMapping("/v1/sysuser/getPage")
|
@PostMapping("/v1/sysuser/getPage")
|
||||||
BaseResponse<Page<SysUser>> getUserPage(
|
BaseResponse<Page<SysUser>> getUserPage(
|
||||||
|
Reference in New Issue
Block a user