Commit 2ca339ae authored by 谢永靖's avatar 谢永靖

1

parent c9c05796
Pipeline #36555 passed with stage
in 10 seconds
...@@ -548,7 +548,7 @@ class ProductService extends Service { ...@@ -548,7 +548,7 @@ class ProductService extends Service {
); );
continue; continue;
} }
if ([ 103, 91 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) { if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
ctx.logger.info( ctx.logger.info(
'filter_ua_business 11111 ' 'filter_ua_business 11111 '
); );
...@@ -706,7 +706,7 @@ class ProductService extends Service { ...@@ -706,7 +706,7 @@ class ProductService extends Service {
); );
continue; continue;
} }
if ([ 103, 91 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) { if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
ctx.logger.info( ctx.logger.info(
'filter_ua_business 11111 ' 'filter_ua_business 11111 '
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment