mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 13:30:08 +08:00
65da316b48
* add: new united view grpc interface * add: 补全proto
17 lines
251 B
Protocol Buffer
17 lines
251 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.render;
|
|
|
|
import "google/protobuf/any.proto";
|
|
|
|
//
|
|
message Render {
|
|
//
|
|
int64 code = 1;
|
|
//
|
|
string message = 2;
|
|
//
|
|
string ttl = 3;
|
|
//
|
|
google.protobuf.Any data = 4;
|
|
} |