Refactor code

This commit is contained in:
wenxu12345
2021-12-29 13:40:26 +08:00
parent 7903dc7c2e
commit e75e36e999
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ type GetFriendsInfoResp struct {
}
type GetFriendListReq struct {
ParamsCommFriend
OperationID string `json:"operationID" binding:"required"`
FromUserID string `json:"fromUserID" binding:"required"`
}
type GetFriendListResp struct {
CommResp