fix: json tag value of UserIDResult.UserID (#178)

Signed-off-by: arthur <yang_yapo@126.com>
This commit is contained in:
Arthur 2022-03-21 11:03:46 +08:00 committed by GitHub
parent 7637b2bec2
commit 1b8f664c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ type ImportFriendReq struct {
FromUserID string `json:"fromUserID" binding:"required"`
}
type UserIDResult struct {
UserID string `json:"userID""`
UserID string `json:"userID"`
Result int32 `json:"result"`
}
type ImportFriendResp struct {