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

1

parent f26bb9ff
Pipeline #36432 passed with stage
in 1 minute 34 seconds
......@@ -548,6 +548,12 @@ class ProductService extends Service {
);
continue;
}
if ([ 103, 91 ].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
......@@ -700,6 +706,12 @@ class ProductService extends Service {
);
continue;
}
if ([ 103, 91 ].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