yz-yuki-plugin 2.0.8-4 → 2.0.8-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61,14 +61,14 @@ class WeiboMainModels {
|
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
63
|
logger.error('微博登录:获取rid失败');
|
|
64
|
-
e.reply(`获取微博登录rid密钥失败: ${JSON.stringify(ridData)}`);
|
|
65
|
-
throw new Error(`获取微博登录rid密钥失败: ${JSON.stringify(ridData)}`);
|
|
64
|
+
e.reply(`获取微博登录rid密钥失败: ${JSON.stringify(ridData)},\n接口逆向进度受阻,未完成,无法登录。\n无妨,已切换启用临时ck`);
|
|
65
|
+
throw new Error(`获取微博登录rid密钥失败: ${JSON.stringify(ridData)},\n接口逆向进度受阻,未完成,无法登录。\n无妨,已切换启用临时ck`);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
else {
|
|
70
|
-
e.reply(`获取微博登录二维码失败: ${JSON.stringify(resData)}
|
|
71
|
-
throw new Error(`获取微博登录二维码失败: ${JSON.stringify(resData)}
|
|
70
|
+
e.reply(`获取微博登录二维码失败: ${JSON.stringify(resData)}`);
|
|
71
|
+
throw new Error(`获取微博登录二维码失败: ${JSON.stringify(resData)}`);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
else {
|