This commit is contained in:
akrike
2025-07-06 22:12:39 +08:00
parent 8aa700407c
commit 39dc4f13e4
11 changed files with 35 additions and 53 deletions

View File

@@ -47,5 +47,5 @@ type TaskVo struct {
}
type TaskIdReq struct {
Id int `form:"id"`
Id int `form:"id" binding:"required"`
}