事故等级描述字段

This commit is contained in:
liujing
2021-11-15 11:04:30 +08:00
parent cf54d61631
commit 88967d3925
3 changed files with 13 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class TestNoticeBroadcastReceiver : BroadcastReceiver() {
val video: String = "https://view.2amok.com/20200219/012d8e2a55f227e90d76056bb6aab5e4.mp4"
pushData.poiImgUrl = video
pushData.type = 1
pushData.infoId = "908763906227642368"
pushData.infoId = "909755160571400192"
CallerHmiManager.showTrafficBanner(pushData)
}
}