[6.7.0][FSM] refactor: 异常后原因修改成多条数组返回;
This commit is contained in:
@@ -248,7 +248,7 @@ object CallerHmiManager {
|
||||
/**
|
||||
* 展示 FSM 异常状态弹框
|
||||
*/
|
||||
fun showFSMExceptionStatusWindow(errorMsg: ArrayList<String>) {
|
||||
fun showFSMExceptionStatusWindow(errorMsg: List<String>) {
|
||||
hmiProviderApi?.showFSMExceptionStatusWindow(errorMsg)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user