|
|
@@ -3900,7 +3900,8 @@ var e = t.split("#");
|
|
|
this.machineInfo.android_id = e[0];
|
|
|
this.machineInfo.idfa = e[1];
|
|
|
this.machineInfo.imei = e[2];
|
|
|
-this.machineInfo.mac = this.mac = e[3];
|
|
|
+this.machineInfo.mac = e[3];
|
|
|
+this.mac = this.machineInfo.mac.split(",")[0];
|
|
|
this.machineInfo.oaid = e[4];
|
|
|
this.machineInfo.umid = e[5];
|
|
|
this.tfChannel = e[6];
|
|
|
@@ -3913,7 +3914,7 @@ this.IP = e[12];
|
|
|
this.getDeviceInfoCompelete = !0;
|
|
|
console.log("===[this.tfChannel", this.tfChannel);
|
|
|
console.log("===[this.appVersion", this.appVersion);
|
|
|
-console.log("===[this.mac", this.mac);
|
|
|
+console.log("===[this.machineInfo.mac", this.machineInfo.mac);
|
|
|
};
|
|
|
return t;
|
|
|
}();
|
|
|
@@ -19653,7 +19654,7 @@ mac: gData.appData.mac,
|
|
|
psk: this.randomKey,
|
|
|
appId: gData.appData.appId
|
|
|
};
|
|
|
-mk.console.logSingle("mac ", gData.appData.mac);
|
|
|
+console.log("==mac ", gData.appData.mac);
|
|
|
return [ 4, mk.http.sendRequest("connectTest", "POST", JSON.stringify(t)) ];
|
|
|
|
|
|
case 1:
|