Refactor code

This commit is contained in:
wenxu12345
2021-12-29 14:25:39 +08:00
parent c7b7847a82
commit 20aa2bdc6e
6 changed files with 149 additions and 149 deletions
+2 -2
View File
@@ -71,11 +71,11 @@ type BlackUserInfo struct {
open_im_sdk.PublicUserInfo
}
type SetFriendCommentReq struct {
type SetFriendRemarkReq struct {
ParamsCommFriend
Remark string `json:"remark" binding:"required"`
}
type SetFriendCommentResp struct {
type SetFriendRemarkResp struct {
CommResp
}