Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-27 11:50:40 +08:00
parent 916931dd11
commit 6ca7efe8d1
15 changed files with 29 additions and 51 deletions

View File

@@ -526,12 +526,12 @@ class MemberHttp {
}
// 获取某分组下的up
static Future<LoadingState<FollowData>> followUpGroup(
static Future<LoadingState<FollowData>> followUpGroup({
int? mid,
int? tagid,
int? pn,
int? ps,
) async {
int ps = 20,
}) async {
var res = await Request().get(
Api.followUpGroup,
queryParameters: {