行车数据
GET
api/ipc/driving
接口描述
即旧接口updateTram
请求参数
参数名
类型
描述
必填
routeUUID
string
路线uuid
可选
logUUID
string
日志uuid
必填
clientTime
string
客户端时间,“yyyy-MM-dd HH:mm:ss”
必填
tram_number
string
电车编号,如“174”
必填
reach_stop
boolean
是否到站:true/false
必填
last_stop
string
上一站(到站时为:当前站)
可选
next_stop
string
下一站
可选
eta
int
预计到达时间(秒)
可选
mm_number
string
车长编号,如“5050”
可选
start_stop
string
开始站
可选
destination_stop
string
现往目的地
可选
next_destination_stop
string
再往目的地
可选
dis_to_next_stop
double
到下一站的距离
可选