mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +00:00
fix:绑定设备
This commit is contained in:
parent
98a889994c
commit
f7e1066773
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ export class ZZZPlugin extends plugin {
|
|||
try {
|
||||
bindInfo = JSON.parse(bindInfo);
|
||||
data = {
|
||||
productName: bindInfo?.deviceProduct,
|
||||
deviceType: bindInfo?.deviceName,
|
||||
productName: bindInfo?.deviceName,
|
||||
deviceType: bindInfo?.deviceProduct,
|
||||
modelName: bindInfo?.deviceModel,
|
||||
oaid: bindInfo?.oaid,
|
||||
osVersion: bindInfo?.androidVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue