diff --git a/lib/plugin.js b/lib/plugin.js index f7442d1..2e2eca2 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -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,