8.7
liugl
2020-08-07 a926b50fb8fd8995cdb5c10ec07dafcff888183b
app/src/main/java/com/okgoincar/base/MyApplication.kt
@@ -259,9 +259,9 @@
            bean.data = dataBean
            NettyClient.getInstance()
                .sendMessage(Gson().toJson(bean))
            Handler(Looper.getMainLooper()).post {
                toast("发送location --> $dataBean")
            }
//            Handler(Looper.getMainLooper()).post {
//                toast("发送location --> $dataBean")
//            }
            sysErr(dataBean.toString())
        }
    }