update grpc proto from 7.49.0 (#833)
This commit is contained in:
@@ -1 +1,28 @@
|
||||
// TODO
|
||||
syntax = "proto3";
|
||||
|
||||
package bilibili.dynamic.interfaces.campus.v1;
|
||||
|
||||
//
|
||||
service Campus {
|
||||
//
|
||||
rpc ActionReport (ActionReportReq) returns (ActionReportReply);
|
||||
}
|
||||
|
||||
//
|
||||
message ActionReportReply {}
|
||||
|
||||
//
|
||||
message ActionReportReq {
|
||||
//
|
||||
string identity = 1;
|
||||
//
|
||||
ActionType action = 2;
|
||||
//
|
||||
int64 campus_id = 3;
|
||||
}
|
||||
|
||||
//
|
||||
enum ActionType {
|
||||
ACTION_NOTHING = 0;
|
||||
ACTION_CLOSE_YELLOW_BAR = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user