Commit 2b5cf728 authored by Hsinli's avatar Hsinli

addd

parent 91628a1a
Pipeline #19330 passed with stage
in 56 seconds
......@@ -98,7 +98,7 @@ class CheckService extends Service {
ctx.failed('没有找到对应的手机号');
}
let fr = this.config.CFG_ENV === 'pro' ? (inputParams.fr ? inputParams.fr : 'jmall_list54') : 'gjj_test';
let fr = this.config.CFG_ENV === 'pro' ? (inputParams.fr ? inputParams.fr : 'jmall_list54') : (inputParams.fr ? inputParams.fr : 'gjj_test');
let params = {
app_id: this.config.DXM_APP_ID,
datetime: new Date().getTime(),
......
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