| | |
| | | } |
| | | } |
| | | |
| | | @GetMapping("/getSoilderAndCarPositionByCommanderIdNear") |
| | | @PostMapping("/getSoilderAndCarPositionByCommanderIdNear") |
| | | @ApiOperation("PC端指挥端查看单兵端及车辆位置") |
| | | public AjaxResult getSoilderAndCarPositionByCommanderIdNear(@RequestBody Map<String, Double> para) { |
| | | String commanderId = SecurityUtils.getUserId(); |
| | |
| | | } |
| | | } |
| | | |
| | | @GetMapping("/getAPPPositionByUserIdAndTime") |
| | | @PostMapping("/getAPPPositionByUserIdAndTime") |
| | | @ApiOperation("查看APP历史位置") |
| | | public AjaxResult getAPPPositionByUserIdAndTime(@RequestBody Map<String,String> para) { |
| | | try{ |