Authored by chunhua.zhang

Update nginx_limit_api.yml

... ... @@ -7,7 +7,7 @@ default_rate_limit: 200
# frist variable: rate in two seconds ,second variable: error code, third variable:error message
api_rate_limit:
- app.Shopping.submit: "100,9999992,人太多啦,稍后再试!"
- app.Shopping.submit: "90,9999992,人太多啦,稍后再试!"
- app.Buynow.submit: "100,9999992,人太多啦,稍后再试!"
- app.shopping.depositSubmit: "100,9999992,人太多啦,稍后再试!"
- app.Shopping.deposit.submit: "100,9999992,人太多啦,稍后再试!"
... ...