Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
device verify update
close #170
  • Loading branch information
takayama-lily committed Jun 5, 2021
1 parent a162dc5 commit 3070107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/wtlogin/wt.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function decodeLoginResponse(blob, token = false) {
}

if (type === 160) {
const url = String(t[0x204]);
const url = String(t[0x204]).replace("verify", "qrcode");
this.logger.mark("需要扫码完成设备锁验证,验证地址:" + url);
let phone;
if (t[0x174] && t[0x178]) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "1.17.2",
"upday": "2021/5/24",
"version": "1.17.3",
"upday": "2021/6/6",
"description": "QQ protocol!",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3070107

Please sign in to comment.