pull/232/head
wangchuxiao 3 years ago
parent f180b89a9c
commit b5e01dcb5e

@ -33,7 +33,7 @@ type UploadUpdateAppReq struct {
File *multipart.FileHeader `form:"file" binding:"required"`
Yaml *multipart.FileHeader `form:"yaml"`
ForceUpdate bool `form:"forceUpdate"`
UpdateLog string `form:"updateLog" binding:"update_log"`
UpdateLog string `form:"updateLog" binding:"required"`
}
type UploadUpdateAppResp struct {

Loading…
Cancel
Save