홈화면 카테고리별 라이브 조회

인기 숏핑(카테고리별로 5개), 라이브 방송

Request

Param
categoryId: 카테고리 아이디 (Long, default: 0, 전체 목록)
@RequestParam(defaultValue = "0") Long categoryId

Response

200 (Success)
{ "statusCode": 200, "status": "success", "data": { "topShortpings": [ { "id": "1", "title": "폭삭한 앙고라 니트", "sellerId": 1, "channel": "김지우", "profileUrl": "profile-url", "productId": "30FD88R5Y5XM", "productThumbnailUrl": "product_thumnail_url-example", "productName": "니트", "price": 10000, "discountPrice": 3000 } ], "latestLives": [ { "liveId": "1", "title": "니트팝니다", "sellerId": 1, "channel": "김지우", "profile": "profile-url", "productId": "30FD88R5Y5XM", "productThumbnail": "product_thumnail_url-example", "productName": "니트", "price": 10000, "discountPrice": 3000 }, ... ], "popularLives": [ { "liveId": "1", "title": "니트팝니다", "sellerId": 1, "channel": "김지우", "profile": "profile-url", "productId": "30FD88R5Y5XM", "productThumbnail": "product_thumnail_url-example", "productName": "니트", "price": 10000, "discountPrice": 3000 }, ... ] } }
JSON
복사