[6.8.0][驾驶位视频流] 修正车牌号获取逻辑

This commit is contained in:
renwj
2024-11-26 19:09:57 +08:00
parent eced61bb52
commit 6ac65d7d54
3 changed files with 29 additions and 3 deletions

View File

@@ -116,4 +116,8 @@ object CallerDataCenterBizListener : CallerBase<IDataCenterBizListener>() {
fun getCarModel(): Carmodel? {
return carModel
}
fun getPlateNumber(): String? {
return no
}
}