mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
refa query follow up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -544,9 +544,11 @@ class MemberHttp {
|
||||
if (res.data['code'] == 0) {
|
||||
return Success(
|
||||
FollowData(
|
||||
list: (res.data['data'] as List?)
|
||||
?.map<FollowItemModel>((e) => FollowItemModel.fromJson(e))
|
||||
.toList(),
|
||||
list:
|
||||
(res.data['data'] as List?)
|
||||
?.map<FollowItemModel>((e) => FollowItemModel.fromJson(e))
|
||||
.toList() ??
|
||||
<FollowItemModel>[],
|
||||
),
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user