mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 14:35:57 +08:00
Set friend remark to empty
This commit is contained in:
+1
-1
Submodule cmd/Open-IM-SDK-Core updated: 836ff19117...3cf486771b
@@ -72,7 +72,7 @@ type GetBlackListResp struct {
|
|||||||
|
|
||||||
type SetFriendRemarkReq struct {
|
type SetFriendRemarkReq struct {
|
||||||
ParamsCommFriend
|
ParamsCommFriend
|
||||||
Remark string `json:"remark" binding:"required"`
|
Remark string `json:"remark"`
|
||||||
}
|
}
|
||||||
type SetFriendRemarkResp struct {
|
type SetFriendRemarkResp struct {
|
||||||
CommResp
|
CommResp
|
||||||
|
|||||||
Reference in New Issue
Block a user