tag and set private tips

This commit is contained in:
wangchuxiao
2022-03-31 16:50:46 +08:00
parent dab00e7fb2
commit 4390302384
4 changed files with 107 additions and 122 deletions
+3 -5
View File
@@ -84,11 +84,9 @@ message GetTagSendLogsReq {
}
message TagSendLog {
repeated string userList = 1;
repeated string tagList = 2;
repeated string groupList =3;
string content = 4;
int64 sendTime = 5;
repeated TagUser users = 1;
string content = 2;
int64 sendTime = 3;
}
message GetTagSendLogsResp {