mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +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: {
|
getFp: {
|
||||||
url: `${this.hostPublicData}device-fp/api/getFp`,
|
url: `${this.hostPublicData}device-fp/api/getFp`,
|
||||||
body: {
|
body: {
|
||||||
seed_id: `${generateSeed(16)}`,
|
seed_id: `${generateSeed(13)}`,
|
||||||
device_id: data.deviceId,
|
device_id: data.deviceId,
|
||||||
platform: '1',
|
platform: '1',
|
||||||
seed_time: new Date().getTime() + '',
|
seed_time: new Date().getTime() + '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue