add: new united view grpc interface (#644)

* add: new united view grpc interface

* add: 补全proto
This commit is contained in:
陈寒彤
2023-03-29 00:28:46 +00:00
committed by GitHub
parent 78a42e0c76
commit 65da316b48
9 changed files with 1007 additions and 201 deletions

View File

@@ -0,0 +1,11 @@
syntax = "proto3";
package bilibili.app.viewunite.pgcanymodel;
//
message ViewPgcAny {
//
uint64 season_id = 1;
//
int32 season_type = 2;
}