123
This commit is contained in:
@@ -38,7 +38,7 @@ public class UserAppController {
|
||||
private UserMemberService userMemberService;
|
||||
@Autowired
|
||||
private UserOnlineService userOnlineService;
|
||||
@GetMapping("/更新用户在线状态")
|
||||
@GetMapping("/active_update")
|
||||
@Operation(summary = "更新用户在线状态")
|
||||
@Log(title = "更新用户在线状态", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<Void> activeUpdate(){
|
||||
|
||||
Reference in New Issue
Block a user