mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +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 {
|
try {
|
||||||
bindInfo = JSON.parse(bindInfo);
|
bindInfo = JSON.parse(bindInfo);
|
||||||
data = {
|
data = {
|
||||||
productName: bindInfo?.deviceProduct,
|
productName: bindInfo?.deviceName,
|
||||||
deviceType: bindInfo?.deviceName,
|
deviceType: bindInfo?.deviceProduct,
|
||||||
modelName: bindInfo?.deviceModel,
|
modelName: bindInfo?.deviceModel,
|
||||||
oaid: bindInfo?.oaid,
|
oaid: bindInfo?.oaid,
|
||||||
osVersion: bindInfo?.androidVersion,
|
osVersion: bindInfo?.androidVersion,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue