This commit is contained in:
jiangyong27 2025-03-07 12:22:54 +08:00
parent 14a0862f33
commit 25fc142bdf
1 changed files with 2 additions and 2 deletions
server/api

View File

@ -28,8 +28,8 @@ type ListCheckin struct {
}
type SyncCheckin struct {
StartDay string `form:"start_day"`
EndDay string `form:"end_day"`
StartDay string `json:"start_day"`
EndDay string `json:"end_day"`
}
type Checkin struct {