Update nginx_limit_api.yml
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -247,7 +247,6 @@ api_rate_limit: | @@ -247,7 +247,6 @@ 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 | 250 | ||
252 | 251 | ||
253 | # app index | 252 | # app index |
@@ -256,6 +255,8 @@ api_rate_limit: | @@ -256,6 +255,8 @@ api_rate_limit: | ||
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