mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
记录用户登录IP地址和登录时间
This commit is contained in:
@@ -152,6 +152,7 @@ public class SysUserController extends BaseController
|
|||||||
/**
|
/**
|
||||||
*记录用户登录IP地址和登录时间
|
*记录用户登录IP地址和登录时间
|
||||||
*/
|
*/
|
||||||
|
@InnerAuth
|
||||||
@PutMapping("/recordlogin")
|
@PutMapping("/recordlogin")
|
||||||
public R<Boolean> recordlogin(@RequestBody SysUser sysUser)
|
public R<Boolean> recordlogin(@RequestBody SysUser sysUser)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user