Skip to content

Commit

Permalink
fix: unite grpc api protos from 7.41.0+ (SocialSisterYi#774)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cxw620 authored Aug 6, 2023
1 parent c19fd07 commit b01aae4
Show file tree
Hide file tree
Showing 6 changed files with 3,102 additions and 98 deletions.
4 changes: 4 additions & 0 deletions grpc_api/bilibili/app/playerunite/v1/playerunite.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ message PlayViewUniteReq {
string from_spmid = 3;
// 补充信息, 如ep_id等
map<string, string> extra_content = 4;
//
string bvid = 5;
}

//
Expand All @@ -42,4 +44,6 @@ message PlayViewUniteReply {
bilibili.playershared.QnTrialInfo qn_trial_info = 7;
//
bilibili.playershared.History history = 8;
//
bilibili.playershared.ViewInfo view_info = 9;
}
Loading

0 comments on commit b01aae4

Please sign in to comment.