Commit 2547fe40 authored by 董加伟's avatar 董加伟

金嘉贷列表不推荐

parent 7c605497
Pipeline #38092 passed with stage
in 4 seconds
......@@ -555,7 +555,7 @@ class ProductService extends Service {
continue;
}
if ([ 153, 163 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
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 '
);
......@@ -720,7 +720,7 @@ class ProductService extends Service {
continue;
}
if ([ 153, 163 ].includes(ctx.helper.toInt(v.business_id)) && !/ios|iphone/i.test(ctx.request.header['user-agent'])) {
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 '
);
......
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