mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 12:05:58 +08:00
update app
This commit is contained in:
@@ -33,7 +33,7 @@ type UploadUpdateAppReq struct {
|
|||||||
File *multipart.FileHeader `form:"file" binding:"required"`
|
File *multipart.FileHeader `form:"file" binding:"required"`
|
||||||
Yaml *multipart.FileHeader `form:"yaml"`
|
Yaml *multipart.FileHeader `form:"yaml"`
|
||||||
ForceUpdate bool `form:"forceUpdate"`
|
ForceUpdate bool `form:"forceUpdate"`
|
||||||
UpdateLog string `form:"updateLog" binding:"update_log"`
|
UpdateLog string `form:"updateLog" binding:"required"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UploadUpdateAppResp struct {
|
type UploadUpdateAppResp struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user