swwheihei
2020-05-09 c370d49ddbd824f7e3bbff996a8fd79a6f8bf61d
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);