Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment