|
|
@@ -2132,6 +2132,8 @@ this.appNameBugly = "3xiao";
|
|
|
this.appVersion = "";
|
|
|
this.tfChannel = "";
|
|
|
this.version = "1.0.0";
|
|
|
+this.UA = "";
|
|
|
+this.IP = "";
|
|
|
this.appId = "wxcf31f0e54f7fefda";
|
|
|
this.umengChannel = "";
|
|
|
this.deviceType = "";
|
|
|
@@ -2143,7 +2145,8 @@ idfa: "",
|
|
|
imei: "",
|
|
|
mac: "",
|
|
|
oaid: "",
|
|
|
-umid: ""
|
|
|
+umid: "",
|
|
|
+UA: ""
|
|
|
};
|
|
|
this.updateState = o.None;
|
|
|
}
|
|
|
@@ -2155,11 +2158,13 @@ this.machineInfo.imei = e[2];
|
|
|
this.machineInfo.mac = this.mac = e[3];
|
|
|
this.machineInfo.oaid = e[4];
|
|
|
this.machineInfo.umid = e[5];
|
|
|
+this.machineInfo.UA = e[11];
|
|
|
this.tfChannel = e[6];
|
|
|
this.appVersion = e[7];
|
|
|
this.umengChannel = e[8];
|
|
|
this.deviceType = e[9];
|
|
|
this.androidVersion = e[10];
|
|
|
+this.IP = e[12];
|
|
|
this.getDeviceInfoCompelete = !0;
|
|
|
console.log("===[this.tfChannel", this.tfChannel);
|
|
|
console.log("===[this.appVersion", this.appVersion);
|
|
|
@@ -11521,9 +11526,14 @@ e = {
|
|
|
uin: this.uin,
|
|
|
encrypt: mk.encrypt.encrypt(JSON.stringify(t), this.sessionKey, gData.appData.appId)
|
|
|
};
|
|
|
-return [ 4, mk.http.sendRequest("user", "POST", JSON.stringify(e), !1, !1) ];
|
|
|
+return [ 4, mk.http.sendData("user/machine", gData.appData.machineInfo) ];
|
|
|
|
|
|
case 1:
|
|
|
+n = o.sent();
|
|
|
+mk.console.logSingle("user/machine:", n);
|
|
|
+return [ 4, mk.http.sendRequest("user", "POST", JSON.stringify(e), !1, !1) ];
|
|
|
+
|
|
|
+case 2:
|
|
|
if (0 != (n = o.sent()).errcode) {
|
|
|
-10003 != n.errcode && -20003 != n.errcode || this.reload();
|
|
|
return [ 2 ];
|