This commit is contained in:
aozhiwei 2024-11-11 16:02:27 +08:00
parent 9e58278f3a
commit 4f6aee7c28

View File

@ -17,6 +17,7 @@ func (this *ShopApi) Goods(c *gin.Context) {
} }
rspObj := struct { rspObj := struct {
vo.BaseVo vo.BaseVo
Goods []*vo.Goods `json:"goods"`
}{} }{}
c.JSON(200, rspObj) c.JSON(200, rspObj)
} }