feat: 新版昵称显示

This commit is contained in:
HuanCheng65 2023-07-10 18:00:13 +08:00
parent 3f5f861722
commit 598c019a26
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 2 additions and 2 deletions

View File

@ -877,7 +877,7 @@ object MixedTiebaApiImpl : ITiebaApi {
sortType: Int, sortType: Int,
goodClassifyId: Int? goodClassifyId: Int?
): Flow<FrsPageResponse> { ): Flow<FrsPageResponse> {
return RetrofitTiebaApi.OFFICIAL_PROTOBUF_TIEBA_API.frsPageFlow( return RetrofitTiebaApi.OFFICIAL_PROTOBUF_TIEBA_V12_API.frsPageFlow(
buildProtobufRequestBody( buildProtobufRequestBody(
FrsPageRequest( FrsPageRequest(
FrsPageRequestData( FrsPageRequestData(
@ -886,7 +886,7 @@ object MixedTiebaApiImpl : ITiebaApi {
call_from = 0, call_from = 0,
category_id = 0, category_id = 0,
cid = goodClassifyId ?: 0, cid = goodClassifyId ?: 0,
common = buildCommonRequest(), common = buildCommonRequest(clientVersion = ClientVersion.TIEBA_V12),
ctime = 0, ctime = 0,
data_size = 0, data_size = 0,
hot_thread_id = 0, hot_thread_id = 0,