猜你喜欢去除重复
This commit is contained in:
@@ -354,6 +354,7 @@ func (b *Question) GetGuessUserLikeList(c *gin.Context) {
|
||||
questions, err := questionService.GetGuessUserLIkeList(userId)
|
||||
if err != nil {
|
||||
responses.OkWithData(nil, c)
|
||||
return
|
||||
}
|
||||
|
||||
// 处理返回值
|
||||
|
||||
Reference in New Issue
Block a user