mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Set friend remark to empty
This commit is contained in:
parent
4d982ab816
commit
ec5177342e
@ -1 +1 @@
|
||||
Subproject commit 836ff19117d9f54748278e1aeb50de0723413b5d
|
||||
Subproject commit 3cf486771bbe7ecb33f7e7c3cdf733f28b16d8b7
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user