dev: 注释无用接口
parent
273ec30cb2
commit
f4159aa646
|
|
@ -97,12 +97,12 @@ public class AppUserController {
|
|||
return SingleResponse.of(userService.updatePasswordFromApp(cmd));
|
||||
}
|
||||
|
||||
@ApiOperation("校验是否还有入职信息")
|
||||
@PostMapping("/checkOnboarding")
|
||||
public Response checkOnboarding(@Validated @RequestBody AppUserLogOutCmd cmd){
|
||||
userService.checkOnboarding(cmd);
|
||||
return SingleResponse.buildSuccess();
|
||||
}
|
||||
// @ApiOperation("校验是否还有入职信息")
|
||||
// @PostMapping("/checkOnboarding")
|
||||
// public Response checkOnboarding(@Validated @RequestBody AppUserLogOutCmd cmd){
|
||||
// userService.checkOnboarding(cmd);
|
||||
// return SingleResponse.buildSuccess();
|
||||
// }
|
||||
|
||||
@ApiOperation("注销")
|
||||
@PostMapping("/logOut")
|
||||
|
|
|
|||
Loading…
Reference in New Issue