[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);
}