Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxxn777 committed Jan 4, 2025
1 parent aed52a6 commit ccb9ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/ZXJL/ZXJL.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function getCookie() {
}
const phone = body.data.telephone;
const id = body.data.id;
const token = body.data.wxToken;
const token = $request.headers['wxToken'];
const newData = {"phone": phone, "id": id, "token": token};
const index = ZXJL.findIndex(e => e.phone == newData.phone);
if (index !== -1) {
Expand Down

0 comments on commit ccb9ab0

Please sign in to comment.