mobile 更新

This commit is contained in:
jianzhichu
2025-12-19 09:52:55 +08:00
parent 086a0ea5af
commit 0549688e6f
10 changed files with 229 additions and 119 deletions
+7 -1
View File
@@ -311,6 +311,12 @@ namespace dy.net.service
}
}
public async Task<List<DouyinVideoTopDto>> GetLastTop(int top=5)
{
return await _dyCollectVideoRepository.GetTopsOrderByCreateTime(top);
}
}
}