更改public private关键字为group friend

This commit is contained in:
2025-02-05 01:50:24 +08:00
parent d149a2ea0f
commit bdc3bc44e8
8 changed files with 10 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ service APIService {
rpc SendData (DataRequest) returns (DataResponse);
}
enum MsgType{
public = 0;
private = 1;
group = 0;
friend = 1;
}
enum LogLevel{
fatal = 0;