Refactor code

This commit is contained in:
wenxu12345
2021-12-29 14:57:36 +08:00
parent 669ea69357
commit fb7c4114c1
3 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -89,9 +89,12 @@ type RemoveBlackListResp struct {
type IsFriendReq struct {
ParamsCommFriend
}
type Response struct {
Friend bool `json:"isFriend"`
}
type IsFriendResp struct {
CommResp
Response bool `json:"response"`
Response Response `json:"data"`
}
type GetFriendsInfoReq struct {