qnc-server-tob/app/user/cmd/api/desc/app/app.api
2025-03-14 13:53:48 +08:00

18 lines
236 B
Plaintext

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"`
}
)