Refactor code

This commit is contained in:
wenxu12345
2021-12-29 11:16:23 +08:00
parent 740dd0e0a6
commit 0891e2d432
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ type DeleteFriendResp struct {
}
type GetBlackListReq struct {
ParamsCommFriend
OperationID string `json:"operationID" binding:"required"`
FromUserID string `json:"fromUserID" binding:"required"`
}
type GetBlackListResp struct {
CommResp