diff --git a/plugins/genshin/model/mys/mysApi.js b/plugins/genshin/model/mys/mysApi.js index 17baeb1..7c2069f 100644 --- a/plugins/genshin/model/mys/mysApi.js +++ b/plugins/genshin/model/mys/mysApi.js @@ -72,7 +72,7 @@ export default class MysApi { async getData (type, data = {}, cached = false) { if (!this._device_fp && !data?.Getfp) { this._device_fp = await this.getData('getFp', { - seed_id: this.getSeed_id(16), + seed_id: this.generateSeed(16), Getfp: true }) }