修复gRPC协议文件的一些错误 (#743)
* 修复一些协议文件错误 * 删除上次提交添加的无效注释 * 修复类型包名错误 * 修复Campus服务返回类型
This commit is contained in:
@@ -10,7 +10,7 @@ import "bilibili/app/dynamic/v2/dynamic.proto";
|
||||
|
||||
service Campus {
|
||||
//
|
||||
rpc WaterFlowRcmd (WaterFlowRcmdReq) returns (WaterFlowRcmdReply);
|
||||
rpc WaterFlowRcmd (WaterFlowRcmdReq) returns (WaterFlowRcmdResp);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -780,7 +780,7 @@ message CampusHomePagesReq {
|
||||
//
|
||||
double lng = 4;
|
||||
//
|
||||
PlayerArgs player_args = 5;
|
||||
bilibili.app.archive.middleware.v1.PlayerArgs player_args = 5;
|
||||
//
|
||||
int32 page_type = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user