update 【gRPC API】 proto files
This commit is contained in:
9
grpc_api/pgc/biz/room.proto
Normal file
9
grpc_api/pgc/biz/room.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package pgc.biz;
|
||||
|
||||
//
|
||||
message RoomProto {
|
||||
//
|
||||
repeated string room_id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user