Merge branch 'master_test' into master_test_gn

master_huanxiang
lvxinran 2021-04-12 19:11:26 +08:00
commit 17926318d2
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ import "CommonProto.proto";
message MailReadRequest{
optional string mailId = 1;
}
message MailReadResponse{
optional Mail mailInfo= 1;
}
message TakeMailRequest{
repeated string mailIds = 1;
}