Showing
1 changed file
with
7 additions
and
3 deletions
@@ -75,7 +75,6 @@ api_rate_limit: | @@ -75,7 +75,6 @@ api_rate_limit: | ||
75 | - app.limitProduct.limitProductDetail: "150" | 75 | - app.limitProduct.limitProductDetail: "150" |
76 | - app.limitProduct.productStatus: "150" | 76 | - app.limitProduct.productStatus: "150" |
77 | - app.Shopping.count: "150" | 77 | - app.Shopping.count: "150" |
78 | - - app.home.newPreference: "150" | ||
79 | - app.Shopping.easyPayment: "200,9999992,人太多啦,稍后再试!" | 78 | - app.Shopping.easyPayment: "200,9999992,人太多啦,稍后再试!" |
80 | - app.Shopping.easyCompute: "200,9999992,人太多啦,稍后再试!" | 79 | - app.Shopping.easyCompute: "200,9999992,人太多啦,稍后再试!" |
81 | - app.inbox.getTotal: "400" | 80 | - app.inbox.getTotal: "400" |
@@ -111,7 +110,6 @@ api_rate_limit: | @@ -111,7 +110,6 @@ api_rate_limit: | ||
111 | - show.seckill.recentShareOrderByProductId: "100" | 110 | - show.seckill.recentShareOrderByProductId: "100" |
112 | - app.depositAdvance.data: "150" | 111 | - app.depositAdvance.data: "150" |
113 | - app.limitTimeAdvance.data: "150" | 112 | - app.limitTimeAdvance.data: "150" |
114 | - - app.product.shopRecommend: "150" | ||
115 | - app.product.sizehelper.show: "150" | 113 | - app.product.sizehelper.show: "150" |
116 | - app.product.sizehelper.detail: "150" | 114 | - app.product.sizehelper.detail: "150" |
117 | - app.show.instalment: "150" | 115 | - app.show.instalment: "150" |
@@ -185,7 +183,6 @@ api_rate_limit: | @@ -185,7 +183,6 @@ api_rate_limit: | ||
185 | - app.search.pool.productList: "200" | 183 | - app.search.pool.productList: "200" |
186 | - app.search.newProduct.shop: "200" | 184 | - app.search.newProduct.shop: "200" |
187 | - app.search.coupon.productList: "200" | 185 | - app.search.coupon.productList: "200" |
188 | - - app.search.newLast7day: "400" | ||
189 | - app.resources.holidayGifConfig: "400" | 186 | - app.resources.holidayGifConfig: "400" |
190 | - app.passport.verify: "100" | 187 | - app.passport.verify: "100" |
191 | - app.passport.growthDetail: "400" | 188 | - app.passport.growthDetail: "400" |
@@ -264,3 +261,10 @@ api_rate_limit: | @@ -264,3 +261,10 @@ api_rate_limit: | ||
264 | - app.badge.checkSignStatus: "200" | 261 | - app.badge.checkSignStatus: "200" |
265 | - app.badge.getCouponAndChangeStatus: "200" | 262 | - app.badge.getCouponAndChangeStatus: "200" |
266 | - app.badge.luckDrawAndChangeStatus: "200" | 263 | - app.badge.luckDrawAndChangeStatus: "200" |
264 | + # search related | ||
265 | + - app.search.firstpage.productlist: "200" | ||
266 | + # 购物车推荐 | ||
267 | + - app.search.newLast7day: "200" | ||
268 | + - app.home.newPreference: "150" | ||
269 | + # 商品详情 | ||
270 | + - app.product.shopRecommend: "150" |
-
Please register or login to post a comment