Commit 65ac0615 authored by Hsinli's avatar Hsinli

addd

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