feat(app): update
This commit is contained in:
12
pkg/dto/response/GetAppVersionResponse.go
Normal file
12
pkg/dto/response/GetAppVersionResponse.go
Normal file
@ -0,0 +1,12 @@
|
||||
package response
|
||||
|
||||
// 更新版本的返回
|
||||
type GetAppVersionResponse struct {
|
||||
VersionCode string // 数字版本号
|
||||
VersionName string // 1.0.1
|
||||
MustUpdate string
|
||||
AndroidDownloadUrl string
|
||||
AppstoreScheme string
|
||||
UpdateDesc string
|
||||
FileName string
|
||||
}
|
||||
Reference in New Issue
Block a user