添加粉丝团信息,补充下播消息用法

This commit is contained in:
2022-06-05 15:53:53 +08:00
parent 4f80da70bf
commit 62655df548
5 changed files with 210 additions and 93 deletions

View File

@ -168,6 +168,14 @@ message ControlMessage {
int32 status = 2;
}
message FansclubMessage {
Common commonInfo = 1;
// 升级是1,加入是2
int32 type = 2;
string content = 3;
User user = 4;
}
message Common{
string method = 1;
int64 msgId = 2;

File diff suppressed because one or more lines are too long