fix and code
This commit is contained in:
17
temp/app/app.api
Normal file
17
temp/app/app.api
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "v1"
|
||||
|
||||
info (
|
||||
title: "APP服务"
|
||||
desc: "APP服务"
|
||||
author: "Liangzai"
|
||||
email: "2440983361@qq.com"
|
||||
version: "v1"
|
||||
)
|
||||
|
||||
type (
|
||||
getAppVersionResp {
|
||||
version string `json:"version"`
|
||||
wgtUrl string `json:"wgtUrl"`
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user