This commit is contained in:
邹宗楠
2022-12-06 14:09:02 +08:00
parent 60ca256425
commit 2b5422b0d7
2 changed files with 4 additions and 4 deletions

View File

@@ -140,9 +140,9 @@ func (a *Auth2Controller) GetToken4Jxc4(c *gin.Context) {
})
}
// MiniProgramSortLink 获取小程序跳转联机
// @Title 获取小程序跳转联机
// @Description 获取小程序跳转联机
// MiniProgramSortLink 获取小程序跳转链接
// @Title 获取小程序跳转链接
// @Description 获取小程序跳转链接
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /getToken4Jxc4 [get]