From c7df92600d6c697b244e5006597278991c948fdf Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 28 Feb 2025 12:18:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20=EB=8B=A8=ED=8E=B8=20=ED=83=AD=20-=20=EC=9D=BC?= =?UTF-8?q?=EA=B0=84=EB=9E=AD=ED=82=B9=20-=20API=EC=9D=98=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=98=EC=97=AC=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC=EC=9D=B4=20=EB=B0=98=EC=98=81=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/ContentApi.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/ContentApi.swift b/SodaLive/Sources/Content/ContentApi.swift index 2a1301c..47c9e6f 100644 --- a/SodaLive/Sources/Content/ContentApi.swift +++ b/SodaLive/Sources/Content/ContentApi.swift @@ -424,7 +424,7 @@ extension ContentApi: TargetType { return .requestParameters(parameters: parameters, encoding: URLEncoding.queryString) case .getDailyContentRanking(let sortType): - let parameters = ["sortType": sortType] + let parameters = ["sort-type": sortType] return .requestParameters(parameters: parameters, encoding: URLEncoding.queryString) case .getRecommendContentByTag(let tag):