|
|
@ -51,6 +51,7 @@ public class VisualMapController { |
|
|
|
return R.ok(detail); |
|
|
|
return R.ok(detail); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Inner(false) |
|
|
|
@GetMapping("/data") |
|
|
|
@GetMapping("/data") |
|
|
|
@ApiOperation(value = "设计器获取地图数据", notes = "传入id") |
|
|
|
@ApiOperation(value = "设计器获取地图数据", notes = "传入id") |
|
|
|
public Map data(String id) { |
|
|
|
public Map data(String id) { |
|
|
|