🐛 修复topic切换分区不生效

This commit is contained in:
目棃
2024-11-16 12:07:08 +08:00
parent 3166567486
commit 8f0853c41b
2 changed files with 10 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ export async function getTopicFullInfo(
/**
* @description 获取特定话题帖子列表
* @since Beta v0.6.3
* @param {string} gid 游戏分区 ID
* @param {number} gid 游戏分区 ID
* @param {string} topicId 话题 ID
* @param {string} orderType 排序方式
* @param {string} lastId 最后一条帖子 ID
@@ -179,7 +179,7 @@ export async function getTopicFullInfo(
* @return {Promise<TGApp.Plugins.Mys.Topic.PostData|TGApp.BBS.Response.Base>}
*/
export async function getTopicPostList(
gid: string,
gid: number,
topicId: string,
orderType: number = 0,
lastId?: string,