ソースを参照

proto: feed list

Yi 1 年間 前
コミット
6de813df36
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)
 	}
 }