| | |
| | | package com.ruoyi.system.api.factory; |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.system.api.domain.GoodsSeckill; |
| | | import com.ruoyi.system.api.domain.GoodsSku; |
| | | import com.ruoyi.system.api.domain.*; |
| | | import com.ruoyi.system.api.feignClient.GoodsSkuClient; |
| | | import java.util.List; |
| | | import org.slf4j.Logger; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public R<GoodsCategory> getCategoryOne(Long categoryId, String source) { |
| | | return R.fail("通过id查询商品分类i失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<GoodsSeries> getSeriesOne(Long seriesId, String source) { |
| | | return R.fail("通过id查询品系列失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<GoodsBrand> getBrandOne(Long brandId, String source) { |
| | | return R.fail("通过id查询商品品牌失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<GoodsFlavorType> getFlavorTypeOne(Long flavorTypeId, String source) { |
| | | return R.fail("通过id查询商品香型失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<GoodsSeckill> getGoodsSeckillOne(Long goodsSkuId, String source) { |
| | | return R.fail("通过id查询秒杀商品失败:" + cause.getMessage()); |
| | | } |