|
@@ -19,6 +19,7 @@ const IP_WHITE_LIST = [ |
|
@@ -19,6 +19,7 @@ const IP_WHITE_LIST = [ |
19
|
'218.94.75.58',
|
19
|
'218.94.75.58',
|
20
|
'218.94.75.50',
|
20
|
'218.94.75.50',
|
21
|
'218.94.77.166',
|
21
|
'218.94.77.166',
|
|
|
22
|
+ '10.66.70.21', // 联盟 生产 IP
|
22
|
'222.73.196.18' // B站合作方单击次数快加白名单
|
23
|
'222.73.196.18' // B站合作方单击次数快加白名单
|
23
|
];
|
24
|
];
|
24
|
|
25
|
|
|
@@ -30,7 +31,14 @@ const PATH_WHITE_LIST = [ |
|
@@ -30,7 +31,14 @@ const PATH_WHITE_LIST = [ |
30
|
'/passport/captcha/get',
|
31
|
'/passport/captcha/get',
|
31
|
'/passport/images',
|
32
|
'/passport/images',
|
32
|
'/passport/img-check.jpg',
|
33
|
'/passport/img-check.jpg',
|
33
|
- '/passport/geetest/register'
|
34
|
+ '/passport/geetest/register',
|
|
|
35
|
+ '/activity/individuation/productLst',
|
|
|
36
|
+ '/activity/individuation/coupon',
|
|
|
37
|
+ '/activity/share',
|
|
|
38
|
+ '/activity/wechat/share',
|
|
|
39
|
+ '/activity/wechat/1111',
|
|
|
40
|
+ '/api/switch',
|
|
|
41
|
+ '/passport/login/user'
|
34
|
];
|
42
|
];
|
35
|
|
43
|
|
36
|
const limiter = (rule, policy, context) => {
|
44
|
const limiter = (rule, policy, context) => {
|