Commit 06c2152b by 王勇飞

dd

parent 5b6c623a
......@@ -295,7 +295,7 @@ class TmSub {
result.code = -150;
}
var tokenResult = JSON.parse(tokenReqResult.stdout);
if (tokenResult.data.token) {
if (tokenResult.status != 0) {
result.code = -150;
}
if (result.code == -150) {
......
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