帖子列表返回绑定商品信息

上级 8a5bde36
流水线 #8842 已通过 于阶段
in 2 分 29 秒
......@@ -35,6 +35,7 @@ public class MallGoodsController extends BaseController {
@GetMapping("mallGoodsDetails")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = MallGoodsVO.class)})
public ResultBody<MallGoodsVO> mallGoodsDetails(@RequestParam Integer id) {
System.out.println(id);
return mallGoodsService.mallGoodsDetails(id);
}
......
......@@ -43,3 +43,5 @@ data-filter:
- /pms/app/lease/leaseGoodsList
- /pms/lease/goods/getLeaseTermInfo
- /pms/app/goods/brandStoreList
- /pms/mall/goods/mallGoodsDetails
- /pms/app/goods/appMallGoodsDetails
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论