| | |
| | | |
| | | |
| | | @ResponseBody |
| | | @GetMapping("/api/taxi/getForecastPrice") |
| | | @PostMapping("/api/taxi/getForecastPrice") |
| | | @ApiOperation(value = "出租车获取预估费用【1.1】", tags = {"用户端-出租车"}, notes = "") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") |
| | |
| | | |
| | | |
| | | @ResponseBody |
| | | @GetMapping("/api/taxi/getAllForecastPrice") |
| | | @PostMapping("/api/taxi/getAllForecastPrice") |
| | | @ApiOperation(value = "出租车获取两种计费预估费用【1.1】", tags = {"用户端-出租车"}, notes = "") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") |