add:第一版测试版本,第二次联调。
This commit is contained in:
@@ -38,7 +38,7 @@ public class MapMonitorServiceImpl implements MapMonitorService {
|
||||
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
||||
StationInfoDto stationInfoDto =new StationInfoDto();
|
||||
stationInfoDto.setId(jsonObject.getString("id"));
|
||||
stationInfoDto.setName(String.valueOf(i+1));
|
||||
stationInfoDto.setName(jsonObject.getString("name"));
|
||||
stationInfoDto.setType("1");
|
||||
JSONObject poseJson = jsonObject.getJSONObject("pose");
|
||||
stationInfoDto.setX(poseJson.getDouble("x"));
|
||||
|
||||
Reference in New Issue
Block a user