mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix:seed_id
This commit is contained in:
parent
2bc3dda000
commit
f81ecd8ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export default class ZZZApiTool {
|
|||
getFp: {
|
||||
url: `${this.hostPublicData}device-fp/api/getFp`,
|
||||
body: {
|
||||
seed_id: `${generateSeed(16)}`,
|
||||
seed_id: `${generateSeed(13)}`,
|
||||
device_id: data.deviceId,
|
||||
platform: '1',
|
||||
seed_time: new Date().getTime() + '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue