Refactor code

This commit is contained in:
wenxu12345
2021-12-29 11:15:20 +08:00
parent 2fcd21ae94
commit 740dd0e0a6
4 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ type GetFriendApplyListResp struct {
}
type GetSelfApplyListReq struct {
ParamsCommFriend
OperationID string `json:"operationID" binding:"required"`
FromUserID string `json:"fromUserID" binding:"required"`
}
type GetSelfApplyListResp struct {
CommResp