Authored by chunhua.zhang

修改了限流

... ... @@ -250,55 +250,55 @@ api_rate_limit:
# app index
- app.grass.getUnreadArticleTotal: "100"
- app.inbox.getTotal: "200"
- app.search.firstpage.productlist: "200"
- app.grass.getUnreadArticleTotal: "33"
- app.inbox.getTotal: "33"
- app.search.firstpage.productlist: "50"
- app.sort.fromBigData: "100"
- app.sort.brand.tab: "100"
- /union/ActivateUnionRest/activateUnion: "100"
- app.msgsys.getIosTokenByUid: "100"
- app.union.shareOrder.queryUnionTypeByUid: "100"
- app.msgsys.pushIosUser: "100"
- app.msgsys.getIosUser: "100"
- app.Msgsys.getAndroidUser: "100"
- app.Msgsys.bindAndroidUser: "100"
- /union/ActivateUnionRest/activateUnion: "50"
- app.msgsys.getIosTokenByUid: "33"
- app.union.shareOrder.queryUnionTypeByUid: "33"
- app.msgsys.pushIosUser: "33"
- app.msgsys.getIosUser: "33"
- app.Msgsys.getAndroidUser: "33"
- app.Msgsys.bindAndroidUser: "33"
# my index
- app.invitecode.my: "200"
- app.favorite.getFavoriteCount: "99"
- app.grass.userPublishedArticleList: "99"
- app.grass.getGrassPubAndFavorNum: "99"
- app.grass.getGrassUserBaseInfo: "99"
- app.home.getInfoNum: "99"
- ufo.seller.orderSummary: "100"
- ufo.order.summary: "100"
- app.invitecode.my: "33"
- app.favorite.getFavoriteCount: "33"
- app.grass.userPublishedArticleList: "33"
- app.grass.getGrassPubAndFavorNum: "33"
- app.grass.getGrassUserBaseInfo: "33"
- app.home.getInfoNum: "33"
- ufo.seller.orderSummary: "33"
- ufo.order.summary: "33"
- ufo.deposit.queryUserStorageCount: "100"
- ufo.wallet.queryUserWalletInfo: "100"
# product index
- app.product.data: "200"
- app.product.showRedPackage: "200"
- app.favorite.isFavoriteNew: "99"
- app.consult.lastTwo: "99"
- show.recentShareOrderByProductId: "99"
- app.consult.common: "99"
- app.union.shareOrder.getShareCodeInfo: "99"
- app.consult.like: "99"
- app.consult.useful: "99"
- app.product.shopPreference: "99"
- app.product.preference: "99"
- app.product.shopRecommend: "99"
- app.favorite.isFavoriteNew: "33"
- app.consult.lastTwo: "33"
- show.recentShareOrderByProductId: "33"
- app.consult.common: "33"
- app.union.shareOrder.getShareCodeInfo: "33"
- app.consult.like: "33"
- app.consult.useful: "33"
- app.product.shopPreference: "33"
- app.product.preference: "33"
- app.product.shopRecommend: "33"
# shopping cart
- app.Shopping.queryCart: "200"
- app.Shopping.queryCartCouponCenter: "200"
- app.Shopping.count: "99"
- app.product.recShopCart: "99"
- app.home.newPreference: "99"
- app.search.newLast7day: "99"
- app.Shopping.increase: "100"
- app.Shopping.decrease: "100"
- app.Shopping.swap: "100"
- app.Shopping.count: "33"
- app.product.recShopCart: "33"
- app.home.newPreference: "33"
- app.search.newLast7day: "33"
- app.Shopping.increase: "50"
- app.Shopping.decrease: "50"
- app.Shopping.swap: "50"
# payment
- app.activity.getInfoOfOrderShare: "100"
\ No newline at end of file
... ...