mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -268,6 +268,7 @@ class ReplyHttp {
|
||||
required int rpid,
|
||||
required CursorReq cursor,
|
||||
required bool antiGoodsReply,
|
||||
required int page,
|
||||
}) async {
|
||||
dynamic res = await GrpcRepo.detailList(
|
||||
type: type,
|
||||
@@ -275,6 +276,7 @@ class ReplyHttp {
|
||||
root: root,
|
||||
rpid: rpid,
|
||||
cursor: cursor,
|
||||
page: page,
|
||||
);
|
||||
if (res['status']) {
|
||||
DetailListReply detailListReply = res['data'];
|
||||
|
||||
Reference in New Issue
Block a user