更新代码

This commit is contained in:
2024-09-13 23:20:38 +08:00
parent 5c3c3111ae
commit de5088dc02
15 changed files with 514 additions and 137 deletions

View File

@@ -120,7 +120,8 @@ interface MomentService {
author: Int? = null,
timelineId: Int? = null,
contentSearch: String? = null,
trend: Boolean? = false
trend: Boolean? = false,
favoriteUserId: Int? = null
): ListContainer<MomentEntity>
/**