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

@@ -7,7 +7,7 @@ class FollowHttp {
static Future<LoadingState<FollowData>> followings({
int? vmid,
int? pn,
int? ps,
int ps = 50,
String orderType = '',
}) async {
var res = await Request().get(
@@ -32,7 +32,7 @@ class FollowHttp {
static Future<LoadingState<FollowData>> followingsNew({
int? vmid,
int? pn,
int? ps,
int ps = 20,
String orderType = '', // ''=>最近关注,'attention'=>最常访问
}) async {
var res = await Request().get(