mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-04 17:29:22 +00:00
去掉本地的更新逻辑,是有分离后的更新库
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user