Commit a0feb7e0 authored by 李尚科's avatar 李尚科

device init fix error message modify to token 已失效

parent 9baff1f6
Pipeline #9712 passed with stage
in 17 seconds
...@@ -115,7 +115,7 @@ module.exports = () => { ...@@ -115,7 +115,7 @@ module.exports = () => {
ctx.logger.info('user_auth_result: ' + JSON.stringify(result)); ctx.logger.info('user_auth_result: ' + JSON.stringify(result));
console.log(result); console.log(result);
if (result.status !== 201) { if (result.status !== 201) {
ctx.failed('无效用户'); ctx.failed('token 已失效');
return; return;
} }
......
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