Refactor code

This commit is contained in:
wenxu12345 2022-01-19 14:10:15 +08:00
parent 83e842d121
commit ae09d73257

View File

@ -77,7 +77,7 @@ message BlackInfo{
message GroupRequest{
PublicUserInfo userInfo = 1;
GroupInfo groupInfo = 2;
string handleResult = 3;
int32 handleResult = 3;
string reqMsg = 4;
string handleMsg = 5;
uint32 reqTime = 6;