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