mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
Refactor code
This commit is contained in:
parent
8e173d8273
commit
a8e13d86e2
@ -35,7 +35,9 @@ type AddFriendResp struct {
|
|||||||
|
|
||||||
type AddFriendResponseReq struct {
|
type AddFriendResponseReq struct {
|
||||||
ParamsCommFriend
|
ParamsCommFriend
|
||||||
Flag int32 `json:"flag" binding:"required, oneof=-1 1"`
|
//binding:"oneof=0 1 2"`
|
||||||
|
//}
|
||||||
|
Flag int32 `json:"flag" binding:"required,oneof=0 1"`
|
||||||
HandleMsg string `json:"handleMsg"`
|
HandleMsg string `json:"handleMsg"`
|
||||||
}
|
}
|
||||||
type AddFriendResponseResp struct {
|
type AddFriendResponseResp struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user