app/src/main/java/com/okgoincar/bean/websocket/HeartBean.java
@@ -44,10 +44,12 @@ public static class DataBean{ private int type = 2; private int userId = NetKitKt.getUserId(); private String device = "carDevice"; public DataBean() { type = 2; userId = NetKitKt.getUserId(); device = "carDevice"; } }