Checkin time data column, checkin module

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-25 02:17:28 +08:00
parent ca08c997c8
commit 396ab10469
6 changed files with 22 additions and 9 deletions

View File

@@ -8,4 +8,5 @@ import (
func Handler(r *gin.RouterGroup) {
r.Use(jwt.JWTAuth())
r.POST("", Checkin)
}