fix: unite grpc api protos from 7.41.0+ (#774)

* fix: viewunite grpc protos from 7.41.0+

* fix typo

* fix: OgvSeasons

* fix: Relates

* fix: pgcanymodel Stat

* fix: playshared.proto

* update: playerunite

* fix mistake in playunite proto
This commit is contained in:
陈寒彤
2023-08-06 12:46:21 +00:00
committed by GitHub
parent c19fd073f8
commit b01aae4cf4
6 changed files with 3112 additions and 108 deletions

View File

@@ -22,6 +22,8 @@ message PlayViewUniteReq {
string from_spmid = 3;
// 补充信息, 如ep_id等
map<string, string> extra_content = 4;
//
string bvid = 5;
}
//
@@ -42,4 +44,6 @@ message PlayViewUniteReply {
bilibili.playershared.QnTrialInfo qn_trial_info = 7;
//
bilibili.playershared.History history = 8;
//
bilibili.playershared.ViewInfo view_info = 9;
}