app/src/main/java/com/okgoincar/base/MainBroadCastReceiver.kt
@@ -37,7 +37,7 @@ } else { if (getToken().isNullOrEmpty()) { Handler(Looper.getMainLooper()).post { toast("开始登录") // toast("开始登录") } var driverCertificate = intent.getStringExtra("driverCertificate") if (driverCertificate == null) { @@ -63,7 +63,7 @@ private fun loginOut(context: Context?) { var map = getMapByAny() callNet(context!!, Api.loginOut, map) { toast("Ok退签") } }