1
This commit is contained in:
parent
9e58278f3a
commit
4f6aee7c28
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user