Refactor code

This commit is contained in:
wenxu12345 2021-12-29 11:29:51 +08:00
parent 943f58f2c0
commit d2ea06ef4a

View File

@ -109,7 +109,8 @@ type GetFriendListResp struct {
}
type GetFriendApplyListReq struct {
ParamsCommFriend
OperationID string `json:"operationID" binding:"required"`
FromUserID string `json:"fromUserID" binding:"required"`
}
type GetFriendApplyListResp struct {
CommResp