update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-02-02 20:25:16 +08:00
parent 57f264f996
commit c14f8c455e
14 changed files with 1492 additions and 846 deletions

View File

@@ -5,7 +5,7 @@ package bilibili.app.playeronline.v1;
// 在线人数
service PlayerOnline {
// 获取在线人数
rpc GetPlayerOnline (PlayerOnlineReq) returns (PlayerOnlineReply);
rpc PlayerOnline (PlayerOnlineReq) returns (PlayerOnlineReply);
}
// 获取在线人数-请求