fix
This commit is contained in:
parent
dfe8877f2a
commit
97cc423e24
|
@ -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
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue