Showing
1 changed file
with
47 additions
and
0 deletions
1 | +## 1、商品gateway端memcache缓存## | ||
2 | +| 场景 | method | 缓存时间单位秒 | | ||
3 | +|:-------| -----:|-----:| | ||
4 | +|除去商品页的为你优选|h5.sortPreference.search|300 | ||
5 | +|商品页的为你优选|h5.preference.Search|300 | ||
6 | +|线下店所有品牌|cnstore.brandlist.get|300 | ||
7 | +|线下店商品详情|cnstore.product.get|300 | ||
8 | +|线下店商品详情|cnstore.product.info|300 | ||
9 | +|查询店铺对应的装修元素|app.shopsdecorator.getList|300 | ||
10 | +|根据店铺id查询店铺介绍|app.shops.getIntro|300 | ||
11 | +|根据店铺id查询该店铺下面的品牌|app.shops.getShopsBrands|300 | ||
12 | +|根据skn查询商品下半页详情描述信息|h5.product.intro|300 | ||
13 | +|获取产品中分类的列表|app.category.getMax|300 | ||
14 | +|获取产品大分类的列表|app.category.queryMax|300 | ||
15 | +|获取产品小分类的列表|app.category.queryMin|300 | ||
16 | +|评论列表|app.comment.li|300 | ||
17 | +|咨询列表|app.consult.li|300 | ||
18 | +|查询最新的两条咨询|app.consult.lastTwo|300 | ||
19 | +|商品详情页 下半部分|app.product.intro|300 | ||
20 | +|商品详情页-为你优选|app.product.preference|300 | ||
21 | +|订单物流页面推荐购买商品|app.product.purchased|300 | ||
22 | +|水牌|web.html.content|300 | ||
23 | +|根据品牌域名获取信息|web.brand.byDomain|300 | ||
24 | +|获取品牌分类|web.brand.folder|300 | ||
25 | +|获取品牌系列|web.brand.series|300 | ||
26 | +|根据产品ID查询banner|web.productBanner.data|300 | ||
27 | +|搭配|web.productCollocation.list|300 | ||
28 | +|根据产品ID查询模特卡|web.productModelcard.list|300 | ||
29 | +|根据sku查询商品|web.queryProductInfoBySkuId|300 | ||
30 | +|模特试穿|web.productModelTry.data|300 | ||
31 | +|根据产品ID查询舒适度|web.productComfort.data|300 | ||
32 | +|根据活动模板id获取商品|/operations/api/{v}/activitytemplate/getProduct|300 | ||
33 | +|web端品牌banner|web.brand.banner|300 | ||
34 | +|APP端品牌banner|app.brand.banner|300 | ||
35 | +|创意生活频道商品搜索|app.search.lifeStyle|300 | ||
36 | +|潮童频道商品搜索|app.search.kids|300 | ||
37 | +|根据dayLimit查询某一区间的商品列表|app.search.newProduct|300 | ||
38 | +|品牌列表|app.brand.brandlist|300 | ||
39 | +|单个品牌|app.search.brand|300 | ||
40 | +|"首页模糊搜索的商品列表, | ||
41 | +支持按商品skn、品牌搜索;或者店铺首页搜索"|app.search.li|300 | ||
42 | +|根据分类的信息查询当前分类下的商品列表|app.search.category|300 | ||
43 | +|折扣精品|app.search.sales|300 | ||
44 | +|查询所有的分类列表|app.sort.get|300 | ||
45 | +|搜索建议|app.search.fuzzy|300 | ||
46 | + | ||
1 | 47 | ||
48 | +## 2、商品服务端redis缓存## | ||
2 | | 场景 | 缓存时间单位秒 | | 49 | | 场景 | 缓存时间单位秒 | |
3 | |:-------| -----:|-----:| | 50 | |:-------| -----:|-----:| |
4 | |详情页上半部分固定信息|300| | 51 | |详情页上半部分固定信息|300| |
-
Please register or login to post a comment