wjc
1 天以前 b48b2ecc0882fb68ae0c6bd631bb5b913fe1428c
app/src/main/java/com/hdl/photovoltaic/other/HdlResidenceLogic.java
@@ -1152,7 +1152,9 @@
        json.addProperty("deviceType", "Android");//设备类型
        json.addProperty("produce", AppConfigManage.isIsOnlineServer());//表示是否是正式服务器
        json.addProperty("pushToken", UserConfigManage.getInstance().getPushToken());//App的推送Token,在极光为RegId
        json.addProperty("software", "PHOTOVOLTAIC");//软件来源
        json.addProperty("software", "XENTERRA");//软件来源把PHOTOVOLTAIC改成XENTERRA
        json.addProperty("platform", "ALIYUN_APNS");//阿里云的版本的platform
//        json.addProperty("platform", "FCM");//google的版本的platform
        json.addProperty("language", UserConfigManage.getInstance().getCurrentAppLanguage());//2.0追加的字段
        HttpClient.getInstance().requestHttp(requestUrl, json.toString(), new CloudCallBeak<String>() {