Commit f268444c authored by 谢永靖's avatar 谢永靖

1

parent 2ca339ae
Pipeline #36617 passed with stage
in 4 seconds
...@@ -548,12 +548,12 @@ class ProductService extends Service { ...@@ -548,12 +548,12 @@ class ProductService extends Service {
); );
continue; continue;
} }
if ([ 103 ].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 '
); // );
continue; // continue;
} // }
// 以下代码是为了处理渠道包下不展示特殊的4个业务 // 以下代码是为了处理渠道包下不展示特殊的4个业务
// start // start
...@@ -706,12 +706,12 @@ class ProductService extends Service { ...@@ -706,12 +706,12 @@ class ProductService extends Service {
); );
continue; continue;
} }
if ([ 103 ].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 '
); // );
continue; // continue;
} // }
// 以下代码是为了处理渠道包下不展示特殊的4个业务 // 以下代码是为了处理渠道包下不展示特殊的4个业务
// start // start
......
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