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

1

parent 6e74ed06
Pipeline #36080 passed with stage
in 4 seconds
...@@ -694,7 +694,7 @@ class ProductService extends Service { ...@@ -694,7 +694,7 @@ class ProductService extends Service {
ctx.logger.info('check loan city:' + city); ctx.logger.info('check loan city:' + city);
for (const v of products) { for (const v of products) {
// ctx.logger.info('imh------begin----------') // ctx.logger.info('imh------begin----------')
if ([ 225 ].includes(ctx.helper.toInt(v.business_id)) && /ios|iphone/i.test(ctx.request.header['user-agent'])) { if ([ 257 ].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'
); );
......
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