mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
update:默认设备
This commit is contained in:
parent
f8c52c37c0
commit
5830178362
6 changed files with 21 additions and 21 deletions
|
|
@ -96,8 +96,8 @@ export class ZZZPlugin extends plugin {
|
|||
try {
|
||||
bindInfo = JSON.parse(bindInfo);
|
||||
data = {
|
||||
productName: bindInfo?.deviceName,
|
||||
deviceType: bindInfo?.deviceProduct,
|
||||
productName: bindInfo?.deviceProduct,
|
||||
deviceType: bindInfo?.deviceName,
|
||||
modelName: bindInfo?.deviceModel,
|
||||
oaid: bindInfo?.oaid,
|
||||
osVersion: bindInfo?.androidVersion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue