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
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