Authored by mali

鉴定视频优化

@@ -59,7 +59,7 @@ public class UfoLiveAvthumbController { @@ -59,7 +59,7 @@ public class UfoLiveAvthumbController {
59 @IgnoreSession 59 @IgnoreSession
60 @IgnoreSignature 60 @IgnoreSignature
61 @Cachable(expire = 180) 61 @Cachable(expire = 180)
62 - public ApiResponse buyerModifyAddress(@RequestParam("product_id") int productId){ 62 + public ApiResponse queryProductVideos(@RequestParam("product_id") int productId){
63 logger.info("in ufo.order.videos, product_id {}.", productId); 63 logger.info("in ufo.order.videos, product_id {}.", productId);
64 64
65 List<OrderVideoResp> respList = qiniuLiveRecordService.queryOrderVideos(productId); 65 List<OrderVideoResp> respList = qiniuLiveRecordService.queryOrderVideos(productId);