swwheihei
2020-05-11 2d2b8338026c729c6e663d6364c913d626147201
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);