|
|
@@ -1220,7 +1220,7 @@ public class GroupRelationController {
|
|
|
public Result<List<GoodsCategorySkuView>> getNetflixReplaceOtherSkus(@PathVariable Long relationId) throws Exception {
|
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
List<GoodsCategorySkuView> goodsCategorySkuViews = groupRelationFrontService.getNetflixReplaceOtherSkus(userId, relationId);
|
|
|
- return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
|
+ return GatewayResponse.SUCCESS.newBuilder().toResult(goodsCategorySkuViews);
|
|
|
}
|
|
|
|
|
|
/**
|