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