[2.13.0]code style

This commit is contained in:
zhongchao
2022-11-24 15:17:31 +08:00
parent 419c5742cc
commit 7a253b420c
2 changed files with 1 additions and 8 deletions

View File

@@ -113,12 +113,5 @@ public interface V2XApiService {
@POST("/deva/car/pathAndPoi/no/queryInfo")
Observable<V2XShareEventItem> getShareEventList(@FieldMap Map<String, Object> parames);
/*
* 周边列表
*
* */
@Headers({"Content-Type:application/json", "Accept:application/json"})
@POST("/deva/car/path/no/getLauncherSnapshotDataResponse/v1")
Observable<SurroundingResponse> getSurroundingEventList(@Query("sn") String sn, @Body RequestBody jsonStr);
}

View File

@@ -3,7 +3,7 @@ package com.mogo.eagle.core.data.map.entity;
import java.util.Objects;
/**
* 可直播车机基本信息,再通过 appDataService/integratedServices/app/push/no/livePush/v1
* 可直播车机基本信息,再通过 /yycp-realtimeLocations/realTimeLocationServer/car/queryNearbyVehicleLiveByLocation/v1
* 获取直播信息
* @author donghongyu
*/