update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-02-05 18:34:14 +08:00
parent 9c467bbebc
commit e572a207de
17 changed files with 3722 additions and 1422 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
package pgc.biz;
//
message RoomProto {
//
repeated string room_id = 1;
}