Refactor code

pull/131/head
wenxu12345 3 years ago
parent 447ccdf042
commit df861b59c1

@ -35,7 +35,7 @@ type AddFriendResp struct {
type AddFriendResponseReq struct { type AddFriendResponseReq struct {
ParamsCommFriend ParamsCommFriend
Flag int32 `json:"flag" binding:"required"` Flag int32 `json:"flag" binding:"required, oneof=-1 1"`
HandleMsg string `json:"handleMsg"` HandleMsg string `json:"handleMsg"`
} }
type AddFriendResponseResp struct { type AddFriendResponseResp struct {

Loading…
Cancel
Save