version: cude 5.3 MTK 3.1

fix:
update:彻底删除极光推送,以及高德地图sdk,优化百度sdk获取结果
This commit is contained in:
2022-06-29 11:15:44 +08:00
parent 006b80f8d4
commit f0655a2919
32 changed files with 204 additions and 2577 deletions

View File

@@ -2092,7 +2092,6 @@ public class JGYUtils {
JsonObject jsonObject = new JsonObject();
jsonObject.addProperty("sn", Utils.getSerial(context));
jsonObject.addProperty("mac", Utils.getAndroid10MAC(mContext));
// jsonObject.addProperty("jpush_id", JPushInterface.getRegistrationID(mContext));
jsonObject.addProperty("jpush_id", "0000");
jsonObject.addProperty("devices_version", Utils.getCustomVersion());
jsonObject.addProperty("appstore_version", BuildConfig.VERSION_NAME);