This commit is contained in:
aozhiwei 2020-06-19 16:16:32 +08:00
parent 7d2c689d06
commit db021a32f3

View File

@ -208,15 +208,3 @@ message SS_IM_FriendAgreeResponse
optional MFIMMsgConext context = 1; optional MFIMMsgConext context = 1;
optional string target_id = 3; optional string target_id = 3;
} }
message SS_IM_FriendDeleteRequest
{
optional MFIMMsgConext context = 1;
optional string target_id = 3;
}
message SS_IM_FriendDeleteResponse
{
optional MFIMMsgConext context = 1;
optional string target_id = 3;
}