AndroidOpenDemo/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/HttpSend.java
@@ -68,10 +68,10 @@ private static JsonObject doPost(String url, Map<String, Object> map, int timeOut) throws BusinessException { Gson gson = new Gson(); map.put("homeId", LCDeviceEngine.newInstance().getHomeId()); String json; JsonObject jsonObject; if(CONST.isHdlServer()) { map.put("homeId", LCDeviceEngine.newInstance().getHomeId()); if (map.containsKey("params")) { Map<String, Object> tempMap = (Map<String, Object>) map.get("params"); map.remove("params");