[6.4.6]
[fix] [类型修改]
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user