Commit 078d978c12eb16d4ac63aea760d50d63f7def88d

Authored by aarongao
1 parent 56a66138
Exists in v1.2 and in 2 other branches master, v1.1

..

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -44,7 +44,7 @@ func AllTag(c *gin.Context) { @@ -44,7 +44,7 @@ func AllTag(c *gin.Context) {
44 // @Accept json 44 // @Accept json
45 // @Produce json 45 // @Produce json
46 // @Param ScenicId 5dfb03070a9ac17ac7a82054 string true "景区id" 46 // @Param ScenicId 5dfb03070a9ac17ac7a82054 string true "景区id"
47 -// @Success 200 {object} tools.ResponseSeccess "{"errcode":0,"result":[{"Type":"menu","Name":"服务设施"},{"Type":"normal","Name":"不错"},{"Type":"thrilling","Name":"刺激"},{"Type":"recommend","Name":"必玩"}]}" 47 +// @Success 200 {object} tools.ResponseSeccess "{"errcode":0,"result":[{"Tags":["儿童","成人","青少年"],"Type":"age"}]}"
48 // @Failure 500 {object} tools.ResponseError "{"errcode":1,"errmsg":"错误原因"}" 48 // @Failure 500 {object} tools.ResponseError "{"errcode":1,"errmsg":"错误原因"}"
49 // @Router /AllTagGroup? [get] 49 // @Router /AllTagGroup? [get]
50 func AllTagGroup(c *gin.Context) { 50 func AllTagGroup(c *gin.Context) {