Commit 1c104f7e authored by 姜登's avatar 姜登

yys

parent be647f85
Pipeline #8359 passed with stage
in 3 seconds
......@@ -147,7 +147,7 @@ class ScriptsService extends Service {
});
ctx.logger.info(`fetchScriptByCityName,${baseURL + fetchScriptByCityNameUrl + '?name=' + name}`, 'result:', JSON.stringify(result.data));
if (result.status === 200) {
return result.data.scriptId;
return result.data;
}
ctx.throw(400, '手机号码区域验证失败');
}
......
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