Skip to content

Commit

Permalink
fix: 错误码变更(#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmiteko committed Sep 9, 2021
1 parent 33e5572 commit 179f4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/net/bili.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ const bili_client = {
} else if (res.code === 12015) {
show && log.error('自动评论', '需要输入验证码');
return 1
} else if (res.code === 12053) {
} else if (res.code === 12035) {
show && log.error('自动评论', '黑名单用户无法互动');
return -1
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lottery-auto-script",
"version": "2.1.2",
"version": "2.1.3",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 179f4d0

Please sign in to comment.