This commit is contained in:
2026-08-25 17:17:06 +08:00
parent e8812a0a73
commit 73ac7b85db
13 changed files with 175 additions and 9 deletions
+8
View File
@@ -124,3 +124,11 @@ type AdminAppVersionAddReq struct {
}
type AdminAppVersionAddRes struct{}
// AdminAppVersionDeleteReq 删除版本记录(删最新版本联动删除 APK 文件,删历史版本仅删记录)
type AdminAppVersionDeleteReq struct {
g.Meta `path:"/app-versions/delete" method:"post" summary:"删除版本" tags:"管理端"`
Id int64 `json:"id" v:"required|min:1" dc:"版本记录 id"`
}
type AdminAppVersionDeleteRes struct{}