mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: split fav search page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -671,7 +671,7 @@ class MemberHttp {
|
||||
}
|
||||
|
||||
// 搜索follow
|
||||
static Future<LoadingState> getfollowSearch({
|
||||
static Future<LoadingState<FollowDataModel>> getfollowSearch({
|
||||
required int mid,
|
||||
required int ps,
|
||||
required int pn,
|
||||
|
||||
@@ -443,7 +443,7 @@ class UserHttp {
|
||||
// }
|
||||
|
||||
// 搜索历史记录
|
||||
static Future<LoadingState> searchHistory(
|
||||
static Future<LoadingState<HistoryData>> searchHistory(
|
||||
{required int pn, required String keyword}) async {
|
||||
var res = await Request().get(
|
||||
Api.searchHistory,
|
||||
|
||||
Reference in New Issue
Block a user