mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-06-07 22:49:02 +00:00
记录用户登录IP地址和登录时间
This commit is contained in:
parent
0953a9c0b2
commit
8984ecba86
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user