startday
This commit is contained in:
parent
14a0862f33
commit
25fc142bdf
|
@ -28,8 +28,8 @@ type ListCheckin struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SyncCheckin struct {
|
type SyncCheckin struct {
|
||||||
StartDay string `form:"start_day"`
|
StartDay string `json:"start_day"`
|
||||||
EndDay string `form:"end_day"`
|
EndDay string `json:"end_day"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Checkin struct {
|
type Checkin struct {
|
||||||
|
|
Loading…
Reference in New Issue