Commit 8ab354fa authored by Hsinli's avatar Hsinli

addd

parent de5f0edc
Pipeline #19300 passed with stage
in 57 seconds
...@@ -134,6 +134,7 @@ class CheckService extends Service { ...@@ -134,6 +134,7 @@ class CheckService extends Service {
ctx.failed('服务异常,请稍后再试'); ctx.failed('服务异常,请稍后再试');
} }
if (ret.is_target_user === 1) { if (ret.is_target_user === 1) {
ctx.logger.info('thisenv' + this.CFG_ENV);
let businessId = this.CFG_ENV === 'dev' ? 1 : (this.CFG_ENV === 'uat' ? 174 : 3); let businessId = this.CFG_ENV === 'dev' ? 1 : (this.CFG_ENV === 'uat' ? 174 : 3);
let businessInfo = await this.getBusinessInfo(businessId); let businessInfo = await this.getBusinessInfo(businessId);
ret.url = businessInfo.url; ret.url = businessInfo.url;
......
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