songww
2020-05-09 407ce63630be00f541d4fcb15b2a25bf4dab4566
src/main/java/com/genersoft/iot/vmp/vmanager/play/PlayController.java
@@ -26,7 +26,7 @@
   @Autowired
   private IVideoManagerStorager storager;
   
   @GetMapping("/play/{deviceId}_{channelId}")
   @GetMapping("/play/{deviceId}/{channelId}")
   public ResponseEntity<String> play(@PathVariable String deviceId,@PathVariable String channelId){
      
      Device device = storager.queryVideoDevice(deviceId);