This commit is contained in:
bbaban 2023-10-22 16:16:45 +08:00
parent dfe8877f2a
commit 97cc423e24
1 changed files with 1 additions and 1 deletions

View File

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