...
|
...
|
@@ -474,7 +474,6 @@ public class ProductSearchController { |
|
|
|
|
|
@ApiOperation(name = "ufo.product.search.sku.list", desc="根据sku查询sku信息列表接口,收藏调用")
|
|
|
@RequestMapping(params = "method=ufo.product.search.sku.list")
|
|
|
@Cachable(expire = 180)
|
|
|
public List<FavoriteSkuResp> searchSkuList(@RequestParam(value = "storage_id", required = true)String storageIds) {
|
|
|
ProductSearchReq req = new ProductSearchReq().setStorageIds(storageIds);
|
|
|
LOG.info("in method=ufo.product.search.sku.list req={}", req.toString());
|
...
|
...
|
|