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

Signed-off-by: arthur <yang_yapo@126.com>
pull/189/head
Arthur 3 years ago committed by GitHub
parent 7637b2bec2
commit 1b8f664c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save