| | |
| | | |
| | | import com.dji.sample.common.error.CommonErrorEnum; |
| | | import com.dji.sample.common.model.ResponseResult; |
| | | import com.dji.sample.log.aspect.SysLogAnnotation; |
| | | import com.dji.sample.manage.model.dto.UserDTO; |
| | | import com.dji.sample.manage.model.dto.UserLoginDTO; |
| | | import com.dji.sample.manage.service.IUserService; |
| | |
| | | private IUserService userService; |
| | | |
| | | @PostMapping("/login") |
| | | @SysLogAnnotation(operModul = "账户管理", operType = "登录", operDesc = "用户登录") |
| | | public ResponseResult login(@RequestBody UserLoginDTO loginDTO) { |
| | | |
| | | String username = loginDTO.getUsername(); |