去掉本地的更新逻辑,是有分离后的更新库

This commit is contained in:
2025-10-31 15:50:59 +08:00
parent 8b943b0cca
commit 22b4402737
8 changed files with 1 additions and 567 deletions

View File

@@ -1,11 +1 @@
package v1
import "github.com/gogf/gf/v2/frame/g"
type UpdateReq struct {
g.Meta `path:"/system/update" tags:"system" method:"get" sm:"更新服务端"`
Url string `json:"url" dc:"更新地址"`
Version string `json:"version" dc:"当前版本"`
}
type UpdateRes struct {
}