Merge remote-tracking branch 'origin/dev_opt_2.15.0' into dev_opt_2.15.0

This commit is contained in:
xuxinchao
2023-04-03 16:33:23 +08:00
6 changed files with 21 additions and 12 deletions

View File

@@ -11,6 +11,6 @@ interface IMoGoObuInfoListener {
/**
* @param obuInfoStr OBU信息
*/
fun onGetObuInfo(obuInfoStr: String)
fun onGetObuInfo(obuInfoStr: String?)
}