|
@@ -150,19 +150,6 @@ public class UserController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * @Description: 用来测试分页,未用
|
|
|
- * @Author: ztg
|
|
|
- * @Date: 2018/9/19 18:43
|
|
|
- */
|
|
|
- @PostMapping("/index")
|
|
|
- @SysLogger("index")
|
|
|
- @ApiOperation(value = "用来测试分页,未用[by:zhoutg]")
|
|
|
- @ApiIgnore
|
|
|
- public RespDTO<IPage<User>> indexUser(@RequestBody UserSaveVO userSaveVO) {
|
|
|
- return userFacade.index(userSaveVO, userSaveVO);
|
|
|
- }
|
|
|
-
|
|
|
@ApiOperation(value = "获取资源信息,接口未用[by:zhoutg]",
|
|
|
notes = "appkey:用户名,必填<br>" +
|
|
|
"secret:密码, 必填<br> ")
|