|
|
@ -57,7 +57,7 @@ public class TerminalGPSController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "轮询获取GPS位置", notes = "获取GPS位置接口", httpMethod = "POST")
|
|
|
|
@ApiOperation(value = "轮询获取GPS位置", notes = "获取GPS位置接口", httpMethod = "POST")
|
|
|
|
@ApiResponses({@ApiResponse(code = 200, message = "请求成功"), @ApiResponse(code = 400, message = "请求参数没填好"), @ApiResponse(code = 404, message = "请求路径没有或页面跳转路径不对")})
|
|
|
|
@ApiResponses({@ApiResponse(code = 200, message = "请求成功"), @ApiResponse(code = 400, message = "请求参数没填好"), @ApiResponse(code = 404, message = "请求路径没有或页面跳转路径不对")})
|
|
|
|
@RequestMapping("/getTermGPS")
|
|
|
|
@RequestMapping("/getTermGPSPosition")
|
|
|
|
@Log(title = "轮询获取GPS位置", type = "查询")
|
|
|
|
@Log(title = "轮询获取GPS位置", type = "查询")
|
|
|
|
public ResponseReult<TerminalGpsModel> getReturnedTermGPS(@RequestBody @Validated TerminalGpsVo vo) {
|
|
|
|
public ResponseReult<TerminalGpsModel> getReturnedTermGPS(@RequestBody @Validated TerminalGpsVo vo) {
|
|
|
|
ServiceBody<TerminalGpsModel> serviceBody = terminalGpsService.getReturnedGPS(vo);
|
|
|
|
ServiceBody<TerminalGpsModel> serviceBody = terminalGpsService.getReturnedGPS(vo);
|
|
|
|