[fix]
[类型修改]
This commit is contained in:
yangyakun
2024-06-26 11:41:18 +08:00
parent 8748712e90
commit e04b18dacc

View File

@@ -660,7 +660,7 @@ object TrajectoryAndDistanceManager : IMoGoPlanningRottingListener {
* 返回空为可启动自驾
* 返回其他不可启动自驾 返回为原因
*/
fun canStartAutopilot(lineId: Long?): String {
fun canStartAutopilot(lineId: Number?): String {
if (lineId == null) {
OchAutopilotAnalytics.triggerDistance2LineorStation("未传轨迹ID")
return "请确认线路ID"