mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-29 06:09:45 +08:00
✨ 只看楼主、热门/最早/最新回复查看
This commit is contained in:
@@ -41,6 +41,7 @@ export async function getPostReply(
|
||||
params["order_type"] = orderType;
|
||||
}
|
||||
if (onlyMaster) {
|
||||
params["is_hot"] = false;
|
||||
params["only_master"] = onlyMaster;
|
||||
}
|
||||
const link = "https://bbs-api.miyoushe.com/post/wapi/getPostReplies";
|
||||
@@ -91,7 +92,7 @@ export async function getPostSubReply(
|
||||
floorId: number,
|
||||
gid: number,
|
||||
postId: string,
|
||||
lastId: string,
|
||||
lastId?: string,
|
||||
size: number = 20,
|
||||
): Promise<TGApp.Plugins.Mys.Reply.SubData | TGApp.BBS.Response.Base> {
|
||||
const params: Record<string, string | number> = {
|
||||
|
||||
Reference in New Issue
Block a user