Set friend remark to empty

This commit is contained in:
skiffer-git 2022-07-11 21:33:56 +08:00
parent 4d982ab816
commit ec5177342e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 836ff19117d9f54748278e1aeb50de0723413b5d
Subproject commit 3cf486771bbe7ecb33f7e7c3cdf733f28b16d8b7

View File

@ -72,7 +72,7 @@ type GetBlackListResp struct {
type SetFriendRemarkReq struct {
ParamsCommFriend
Remark string `json:"remark" binding:"required"`
Remark string `json:"remark"`
}
type SetFriendRemarkResp struct {
CommResp