fix bug of code miss

This commit is contained in:
zhongchao
2021-11-27 14:03:36 +08:00
parent be6a4b76f3
commit 01a8dc0e59
2 changed files with 10 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ interface ITrafficLightProvider : IMoGoFunctionServerProvider {
lightId: Int,
crossingNo: String,
heading: Double,
controlTime:Int,
onSuccess: (() -> Unit),
onError: ((String) -> Unit)
)