更改public private关键字为group friend
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user