Commit 82632d1b authored by hujiebin's avatar hujiebin

Update gift.go

parent d3f8d8fe
...@@ -13,8 +13,8 @@ import ( ...@@ -13,8 +13,8 @@ import (
) )
type RecommendUser struct { type RecommendUser struct {
*user_cv.UserTiny `json:",inline"` User *user_cv.UserTiny `json:"user"`
CurrentRoom string `json:"currentRoom"` // 当前用户所在房间(产品叫“群组”) CurrentRoom string `json:"currentRoom"` // 当前用户所在房间(产品叫“群组”)
} }
// @Tags 用户推荐 // @Tags 用户推荐
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment