猜你喜欢去除重复

This commit is contained in:
2024-09-20 09:21:53 +08:00
parent e0ef0a44bd
commit 3007140e84
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -354,6 +354,7 @@ func (b *Question) GetGuessUserLikeList(c *gin.Context) {
questions, err := questionService.GetGuessUserLIkeList(userId)
if err != nil {
responses.OkWithData(nil, c)
return
}
// 处理返回值