|
|
@@ -3596,12 +3596,12 @@ 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.machineInfo.UA = e[11];
|
|
|
this.IP = e[12];
|
|
|
this.getDeviceInfoCompelete = !0;
|
|
|
console.log("===[this.tfChannel", this.tfChannel);
|
|
|
@@ -7137,23 +7137,25 @@ mk.http.sendData("cp", o);
|
|
|
}
|
|
|
};
|
|
|
t.prototype.sendXYTrack = function(t, e, o) {
|
|
|
-var a = {
|
|
|
+var a = {};
|
|
|
+a[e] = o;
|
|
|
+var n = {
|
|
|
app_id: "30WAK1lNDc0b99LzSOJqv3TXa",
|
|
|
app_type: 1,
|
|
|
-app_ver: gData.appData.androidVersion,
|
|
|
+app_ver: gData.appData.appVersion,
|
|
|
app_channel: gData.appData.tfChannel,
|
|
|
report_time: Date.now(),
|
|
|
user_id: gData.loginData.uin,
|
|
|
-device_id: gData.appData.deviceType,
|
|
|
+device_id: "",
|
|
|
os_type: 1,
|
|
|
user_agent: gData.appData.UA,
|
|
|
imei: gData.appData.machineInfo.imei,
|
|
|
ifda: gData.appData.machineInfo.idfa,
|
|
|
oaid: gData.appData.machineInfo.oaid,
|
|
|
event_id: t,
|
|
|
-event_value: '{"' + e + '":' + o + "}"
|
|
|
-}, n = this.xyTrackUrl + "track";
|
|
|
-mk.http.sendRequestNormal(n, "POST", JSON.stringify(a));
|
|
|
+event_value: JSON.stringify(a)
|
|
|
+}, i = this.xyTrackUrl + "track";
|
|
|
+mk.http.sendRequestNormal(i, "POST", JSON.stringify(n));
|
|
|
};
|
|
|
return t;
|
|
|
}();
|