zzw-one #15

Merged
root merged 3 commits from zzw-one into master 2024-08-20 15:22:28 +08:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 10604c90c0 - Show all commits

View File

@ -15,7 +15,7 @@ import java.util.Map;
*/
@Tag(name = "大屏服务 - 检票")
@RestController
@RequestMapping("/datacenter/checkticket")
@RequestMapping("/checkticket")
@Validated
public class CheckTicketApi {
@Resource

View File

@ -21,7 +21,7 @@ import java.net.URL;
*/
@Tag(name = "大屏服务 - 车辆过渡情况")
@RestController
@RequestMapping("/datacenter/h5/transitionFlight")
@RequestMapping("/h5/transitionFlight")
@Validated
public class TransitionFlightApi {
//智慧票务检票系统车辆过渡情况(南日)

View File

@ -24,7 +24,7 @@ import java.util.Optional;
@Tag(name = "大屏服务 - 停车场接口")
@RestController
@RequestMapping("/datacenter/h5/vehicleAccess")
@RequestMapping("/h5/vehicleAccess")
public class VehicleAccessApi {
@Autowired

View File

@ -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")