mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 05:20:43 +08:00
Update dwnc.js
This commit is contained in:
parent
b899537f46
commit
c76e46e648
5
dwnc.js
5
dwnc.js
@ -104,6 +104,11 @@ class UserInfo {
|
|||||||
this.index = ++userIdx;
|
this.index = ++userIdx;
|
||||||
this.XAToken = str.split('&')[0];
|
this.XAToken = str.split('&')[0];
|
||||||
this.SK = str.split('&')[1];
|
this.SK = str.split('&')[1];
|
||||||
|
if (this.XAToken.indexOf('Bearer') !== -1) {
|
||||||
|
this.XAToken = this.XAToken.replace('Bearer', '')
|
||||||
|
} else {
|
||||||
|
this.XAToken = str.split('&')[0];
|
||||||
|
}
|
||||||
this.shumeiId = str.split('&')[2];
|
this.shumeiId = str.split('&')[2];
|
||||||
this.uuid = str.split('&')[3];
|
this.uuid = str.split('&')[3];
|
||||||
this.deviceId = str.split('&')[3];
|
this.deviceId = str.split('&')[3];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user