GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f40eecb5112b52f10bb74b8f86a84f4f7e4616cb
Authored by
loujiachen
2022-06-16 17:22:35 +0800
1 parent
a1b9a3f4
补空格+1
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
f40eecb
...
...
@@ -125,9 +125,9 @@ message EmailCheckRar {
125
125
string id = 1;
126
126
}
127
127
128
-message EmailDelReq
{
128
+message EmailDelReq
{
129
129
}
130
130
131
-message EmailDelRsp
{
131
+message EmailDelRsp
{
132
132
repeated string ids = 1;
133
133
}
...
...