[m1-p-1.1.0]fixbug of debug setting view

This commit is contained in:
zhongchao
2023-03-16 17:13:17 +08:00
parent 2426523c69
commit ca7d0f3517
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ interface IMogoTelematicProvider: IProvider {
fun getServerIp(): String
fun getServerToken(): String
fun getServerToken(): String?
fun sendMsgToAllClients(type: Int, byteArray: ByteArray)