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()) } }