Commit 9ddb7e90 authored by 董加伟's avatar 董加伟

#18027 金嘉贷安卓限制取消

parent 2547fe40
Pipeline #38313 passed with stage
in 8 seconds
...@@ -555,13 +555,6 @@ class ProductService extends Service { ...@@ -555,13 +555,6 @@ class ProductService extends Service {
continue; continue;
} }
if ([ 163 ].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个业务 // 以下代码是为了处理渠道包下不展示特殊的4个业务
// start // start
const sepecial_business_ids = [ 109 ]; const sepecial_business_ids = [ 109 ];
......
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