From 598c019a26f1f4868e21dc18f2a3cef27e0650e5 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:00:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E7=89=88=E6=98=B5=E7=A7=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt b/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt index 4b28dae3..b3c40f1a 100644 --- a/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt +++ b/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt @@ -877,7 +877,7 @@ object MixedTiebaApiImpl : ITiebaApi { sortType: Int, goodClassifyId: Int? ): Flow { - return RetrofitTiebaApi.OFFICIAL_PROTOBUF_TIEBA_API.frsPageFlow( + return RetrofitTiebaApi.OFFICIAL_PROTOBUF_TIEBA_V12_API.frsPageFlow( buildProtobufRequestBody( FrsPageRequest( FrsPageRequestData( @@ -886,7 +886,7 @@ object MixedTiebaApiImpl : ITiebaApi { call_from = 0, category_id = 0, cid = goodClassifyId ?: 0, - common = buildCommonRequest(), + common = buildCommonRequest(clientVersion = ClientVersion.TIEBA_V12), ctime = 0, data_size = 0, hot_thread_id = 0,