8.3
liugl
2020-08-03 4912c06eaec62476354d0befa97ea3029cf756ed
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";
        }
    }