|  |  | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.beans.factory.annotation.Value; | 
 |  |  | import org.springframework.http.MediaType; | 
 |  |  | import org.springframework.web.bind.annotation.GetMapping; | 
 |  |  | import org.springframework.web.bind.annotation.PostMapping; | 
 |  |  | import org.springframework.web.bind.annotation.RequestMapping; | 
 |  |  | import org.springframework.web.bind.annotation.RestController; | 
 |  |  | 
 |  |  |                             schema = @Schema(implementation = VoCamera.class))} | 
 |  |  |             ) | 
 |  |  |     }) | 
 |  |  |     @PostMapping(path = "some", consumes = MediaType.APPLICATION_JSON_VALUE) | 
 |  |  |     @GetMapping(path = "some") | 
 |  |  |     @SsoAop() | 
 |  |  |     public BaseResponse<QueryResultVo<List<VoVideo>>> some(CameraQo queryQo){ | 
 |  |  |     public BaseResponse<QueryResultVo<List<VoVideo>>> some(VideoQo queryQo){ | 
 |  |  |         try { | 
 |  |  |             ViYsApp ysApp = this.ysSv.selectSingleton() ; | 
 |  |  |             if(ysApp == null){ | 
 |  |  | 
 |  |  |                         vvo.videoUrl4Standard = "" ; | 
 |  |  |                         vvo.videoUrl4Security = "" ; | 
 |  |  |                     } | 
 |  |  |                     list.add(vvo) ; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             QueryResultVo<List<VoVideo>> res = new QueryResultVo<>() ; |