Merge pull request #954 from smallclover/main

用户访问统计使用缓存+定时任务
This commit is contained in:
Tim
2025-09-09 19:35:45 +08:00
committed by GitHub
6 changed files with 110 additions and 17 deletions

View File

@@ -100,6 +100,7 @@ public class UserController {
));
}
// 这个方法似乎没有使用?
@PostMapping("/me/signin")
@SecurityRequirement(name = "JWT")
@Operation(summary = "Daily sign in", description = "Sign in to receive rewards")