fix: json tag value of UserIDResult.UserID

Signed-off-by: arthur <yang_yapo@126.com>
pull/178/head
arthur 4 years ago
parent ebf7a1d40d
commit 2f51638fb3

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

Loading…
Cancel
Save