| | |
| | | R<List<GoodsInfoTitleValueVO>> getlistByGoodsId(@RequestBody Long goodsSkuId, |
| | | @RequestHeader(SecurityConstants.FROM_SOURCE) String source); |
| | | |
| | | @PostMapping("/goods-info-title-value/getlistByGoodsId1") |
| | | R<List<GoodsInfoTitleValueVO>> getlistByGoodsId1(@RequestBody Long goodsSkuId, |
| | | @RequestHeader(SecurityConstants.FROM_SOURCE) String source); |
| | | |
| | | @PostMapping("/goods-category/getCategoryOne") |
| | | R<GoodsCategory> getCategoryOne(@RequestBody Long categoryId, |
| | | @RequestHeader(SecurityConstants.FROM_SOURCE) String source); |