This commit is contained in:
lzh
2025-07-07 15:32:44 +08:00
parent 0b4133e510
commit a9657d35b8
3 changed files with 3 additions and 3 deletions

View File

@@ -28,5 +28,5 @@ type ProcessShare struct {
}
type ProcessUuidReq struct {
Uuid int `form:"uuid"`
Uuid int `form:"uuid" binding:"required"`
}