Update nginx_limit_api.yml
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -247,15 +247,16 @@ api_rate_limit: | @@ -247,15 +247,16 @@ api_rate_limit: | ||
247 | - app.badge.signGetBadge: "200" | 247 | - app.badge.signGetBadge: "200" |
248 | - app.badge.checkSignStatus: "200" | 248 | - app.badge.checkSignStatus: "200" |
249 | - app.badge.getCouponAndChangeStatus: "200" | 249 | - app.badge.getCouponAndChangeStatus: "200" |
250 | - - app.badge.luckDrawAndChangeStatus: "200" | ||
251 | - | ||
252 | - | 250 | + |
251 | + | ||
253 | # app index | 252 | # app index |
254 | - app.grass.getUnreadArticleTotal: "100" | 253 | - app.grass.getUnreadArticleTotal: "100" |
255 | - app.inbox.getTotal: "200" | 254 | - app.inbox.getTotal: "200" |
256 | - app.search.firstpage.productlist: "200" | 255 | - app.search.firstpage.productlist: "200" |
257 | - app.sort.fromBigData: "100" | 256 | - app.sort.fromBigData: "100" |
258 | - app.sort.brand.tab: "100" | 257 | - app.sort.brand.tab: "100" |
258 | + - /union/ActivateUnionRest/activateUnion: "200" | ||
259 | + | ||
259 | 260 | ||
260 | # my index | 261 | # my index |
261 | - app.invitecode.my: "200" | 262 | - app.invitecode.my: "200" |
-
Please register or login to post a comment