工控机升级

联调修复Bug
This commit is contained in:
xuxinchao
2022-05-21 17:40:24 +08:00
parent 0181d8ff34
commit 1d31c5f9ac
7 changed files with 97 additions and 27 deletions

View File

@@ -62,4 +62,11 @@ object CallerBindingCarListenerManager {
}
}
fun invokePushServerConfirm(){
BINDING_CAR_LISTENER.forEach{
val listener = it.value
listener.pushServerConfirm()
}
}
}