You've already forked Douyin_Web_Live
添加粉丝团信息,补充下播消息用法
This commit is contained in:
@ -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
Reference in New Issue
Block a user