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 {
);
continue;
}
if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
ctx.logger.info(
'filter_ua_business 11111 '
);
continue;
}
// if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
// ctx.logger.info(
// 'filter_ua_business 11111 '
// );
// continue;
// }
// 以下代码是为了处理渠道包下不展示特殊的4个业务
// start
......@@ -706,12 +706,12 @@ class ProductService extends Service {
);
continue;
}
if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
ctx.logger.info(
'filter_ua_business 11111 '
);
continue;
}
// if ([ 103 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
// ctx.logger.info(
// 'filter_ua_business 11111 '
// );
// continue;
// }
// 以下代码是为了处理渠道包下不展示特殊的4个业务
// 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