mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2026-05-07 02:37:41 +08:00
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;
|
|
} |