fix: -10001

更新一下salt 迁就一下
This commit is contained in:
TakeyaYuki 2024-07-30 15:42:19 +08:00 committed by GitHub
parent 63fc4da9be
commit d02bfa9036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}
}