Loginlog接口实现+
This commit is contained in:
@@ -9,12 +9,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
@RestController
|
||||
public class LoginLogsController {
|
||||
@Autowired
|
||||
LoginLogsService loginLogsService;
|
||||
@RequestMapping("/getUserLoginLogs")
|
||||
public HashMap<Object,Object> getUserLoginLog(LoginLogs loginLogs){
|
||||
public List<LoginLogs> getUserLoginLog(LoginLogs loginLogs){
|
||||
|
||||
if (loginLogs==null){
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user