d80543684a
1、抖音直播互动数据对接更换成系统代理抓包pd解码的方式(运行直播伴侣即可); 2、修复若干逻辑及说明错误。
12 lines
236 B
Protocol Buffer
12 lines
236 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message WssResponse{
|
|
uint64 seqid = 1;
|
|
uint64 logid = 2;
|
|
uint64 service = 3;
|
|
uint64 method = 4;
|
|
map<string,string> headers = 5;
|
|
string payloadEncoding = 6;
|
|
string payloadType = 7;
|
|
bytes payload = 8;
|
|
} |