mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2026-05-07 18:57:42 +08:00
11 lines
170 B
Protocol Buffer
11 lines
170 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.app.viewunite.pgcanymodel;
|
|
|
|
//
|
|
message ViewPgcAny {
|
|
//
|
|
uint64 season_id = 1;
|
|
//
|
|
int32 season_type = 2;
|
|
} |