From 4f6aee7c283261c514c3b0ef65db8288c7bd54f2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 11 Nov 2024 16:02:27 +0800 Subject: [PATCH] 1 --- server/wheelserver/api/v1/shop/shop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/wheelserver/api/v1/shop/shop.go b/server/wheelserver/api/v1/shop/shop.go index 303c5fc2..fd4bc136 100644 --- a/server/wheelserver/api/v1/shop/shop.go +++ b/server/wheelserver/api/v1/shop/shop.go @@ -17,6 +17,7 @@ func (this *ShopApi) Goods(c *gin.Context) { } rspObj := struct { vo.BaseVo + Goods []*vo.Goods `json:"goods"` }{} c.JSON(200, rspObj) }