mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: -10001
更新一下salt 迁就一下
This commit is contained in:
parent
63fc4da9be
commit
d02bfa9036
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ export default class MysZZZApi extends MysApi {
|
|||
getDS2() {
|
||||
const t = Math.round(new Date().getTime() / 1000);
|
||||
const r = randomString(6);
|
||||
const sign = md5(`salt=BIPaooxbWZW02fGHZL1If26mYCljPgst&t=${t}&r=${r}`);
|
||||
const sign = md5(`salt=WGtruoQrwczmsjLOPXzJLnaAYycsLavx&t=${t}&r=${r}`);
|
||||
return `${t},${r},${sign}`;
|
||||
}
|
||||
|
||||
|
|
@ -293,4 +293,4 @@ export default class MysZZZApi extends MysApi {
|
|||
if (!_data || _data.retcode !== 0) return false;
|
||||
return _data.data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue