Commit db283d39 authored by Hsinli's avatar Hsinli

addd

parent 8ab354fa
Pipeline #19301 passed with stage
in 1 minute 11 seconds
......@@ -134,8 +134,7 @@ class CheckService extends Service {
ctx.failed('服务异常,请稍后再试');
}
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.config.CFG_ENV === 'dev' ? 1 : (this.config.CFG_ENV === 'uat' ? 174 : 3);
let businessInfo = await this.getBusinessInfo(businessId);
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