feat: 支持搜索关注的 UP 主 (#588)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2026-01-05 00:39:45 +08:00
committed by GitHub
parent 0b5ae3d664
commit 56f5ed8e01
5 changed files with 44 additions and 17 deletions

View File

@@ -82,6 +82,7 @@ pub struct FollowedCollectionsRequest {
pub struct FollowedUppersRequest {
pub page_num: Option<i32>,
pub page_size: Option<i32>,
pub name: Option<String>,
}
#[derive(Deserialize, Validate)]