mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix:设备信息oaid改为随机参数
This commit is contained in:
parent
21e595e6f5
commit
ee6e66543b
7 changed files with 9 additions and 16 deletions
|
|
@ -33,7 +33,6 @@ export async function toSetDefaultDevice() {
|
|||
!info?.deviceName ||
|
||||
!info?.deviceBoard ||
|
||||
!info?.deviceModel ||
|
||||
!info?.oaid ||
|
||||
!info?.deviceFingerprint ||
|
||||
!info?.deviceProduct
|
||||
) {
|
||||
|
|
@ -44,7 +43,6 @@ export async function toSetDefaultDevice() {
|
|||
productName: info.deviceProduct,
|
||||
productType: info.deviceName,
|
||||
modelName: info.deviceModel,
|
||||
oaid: info.oaid,
|
||||
deviceInfo: info.deviceFingerprint,
|
||||
board: info.deviceBoard,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue