feat: 新版昵称显示
This commit is contained in:
parent
3f5f861722
commit
598c019a26
|
|
@ -877,7 +877,7 @@ object MixedTiebaApiImpl : ITiebaApi {
|
|||
sortType: Int,
|
||||
goodClassifyId: Int?
|
||||
): Flow<FrsPageResponse> {
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue