大屏接口优化
This commit is contained in:
parent
e732a112f4
commit
10604c90c0
@ -15,7 +15,7 @@ import java.util.Map;
|
||||
*/
|
||||
@Tag(name = "大屏服务 - 检票")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/checkticket")
|
||||
@RequestMapping("/checkticket")
|
||||
@Validated
|
||||
public class CheckTicketApi {
|
||||
@Resource
|
||||
|
@ -21,7 +21,7 @@ import java.net.URL;
|
||||
*/
|
||||
@Tag(name = "大屏服务 - 车辆过渡情况")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/h5/transitionFlight")
|
||||
@RequestMapping("/h5/transitionFlight")
|
||||
@Validated
|
||||
public class TransitionFlightApi {
|
||||
//智慧票务,检票系统:车辆过渡情况(南日)
|
||||
|
@ -24,7 +24,7 @@ import java.util.Optional;
|
||||
|
||||
@Tag(name = "大屏服务 - 停车场接口")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/h5/vehicleAccess")
|
||||
@RequestMapping("/h5/vehicleAccess")
|
||||
public class VehicleAccessApi {
|
||||
|
||||
@Autowired
|
||||
|
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
*/
|
||||
@Tag(name = "大屏服务 - 天气接口")
|
||||
@RestController
|
||||
@RequestMapping("/datacenter/h5/weather")
|
||||
@RequestMapping("/h5/weather")
|
||||
@Validated
|
||||
public class WeatherApi {
|
||||
@GetMapping(value = "/getWeather")
|
||||
|
Loading…
Reference in New Issue
Block a user