...
|
...
|
@@ -6,7 +6,6 @@ default_rate_limit: 200 |
|
|
|
|
|
# frist variable: rate in two seconds ,second variable: error code, third variable:error message
|
|
|
api_rate_limit:
|
|
|
- app.passport.modifyHead: "0,9999992,人太多啦,稍后再试!"
|
|
|
- app.Shopping.submit: "55,9999992,人太多啦,稍后再试!"
|
|
|
- app.Buynow.submit: "60,9999992,人太多啦,稍后再试!"
|
|
|
- app.shopping.depositSubmit: "60,9999992,人太多啦,稍后再试!"
|
...
|
...
|
@@ -269,7 +268,6 @@ api_rate_limit: |
|
|
- app.Msgsys.bindAndroidUser: "60"
|
|
|
|
|
|
# my index
|
|
|
- app.passport.modifyHead: "0"
|
|
|
- app.invitecode.my: "60"
|
|
|
- app.favorite.getFavoriteCount: "80"
|
|
|
- app.grass.userPublishedArticleList: "60"
|
...
|
...
|
|