Преглед изворни кода

Merge branch 'feature/bug-list' of xuyiping/kpt-tmr-group into develop

xuyiping пре 1 година
родитељ
комит
776b29b2cd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      http/handler/feed/feed_formula_detail.go

+ 1 - 1
http/handler/feed/feed_formula_detail.go

@@ -30,6 +30,6 @@ func ForageDetailList(c *gin.Context) {
 		apierr.ClassifiedAbort(c, err)
 		return
 	} else {
-		c.JSON(http.StatusOK, list)
+		ginutil.JSONResp(c, list)
 	}
 }