1
This commit is contained in:
@@ -12,8 +12,8 @@ type VersionController struct {
|
||||
// @Title 添加小程序的版本控制
|
||||
// @Description 添加小程序的版本控制
|
||||
// @Param token header string true "认证token"
|
||||
// @Param appId header string true "小程序id"
|
||||
// @Param version header string true "小程序版本"
|
||||
// @Param appId query string true "小程序id"
|
||||
// @Param version query string true "小程序版本"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /AddVersionController [post]
|
||||
@@ -27,8 +27,8 @@ func (c *VersionController) AddVersionController() {
|
||||
// @Title 修改小程序的版本控制
|
||||
// @Description 修改小程序的版本控制
|
||||
// @Param token header string true "认证token"
|
||||
// @Param appId header string true "小程序id"
|
||||
// @Param version header string true "小程序版本"
|
||||
// @Param appId query string true "小程序id"
|
||||
// @Param version query string true "小程序版本"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /UpdateVersionController [post]
|
||||
@@ -42,7 +42,7 @@ func (c *VersionController) UpdateVersionController() {
|
||||
// @Title 获取版本控制
|
||||
// @Description 获取版本控制
|
||||
// @Param token header string false "认证token"
|
||||
// @Param appId header string false "小程序id"
|
||||
// @Param appId query string false "小程序id"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetVersionController [get]
|
||||
|
||||
Reference in New Issue
Block a user