Refactor code

This commit is contained in:
wenxu12345
2021-12-29 16:46:33 +08:00
parent 95a771c2fb
commit 69b1ee2ec7
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ type AddBlacklistResp struct {
type ImportFriendReq struct {
FriendUserIDList []string `json:"friendUserIDList" binding:"required"`
ParamsCommFriend
OperationID string `json:"operationID" binding:"required"`
FromUserID string `json:"fromUserID" binding:"required"`
}
type UserIDResult struct {
UserID string `json:"userID""`