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
0249f51b5d45f88eb91013d268fb654df2e5cc35
Authored by
zhangqijia
2022-06-20 15:45:36 +0800
1 parent
91a5208d
fix: EmailNty.emails -> EmailNty.email
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
0249f51
...
...
@@ -133,5 +133,5 @@ message EmailDelRsp {
133
133
}
134
134
135
135
message EmailNewNty{
136
- models.Email email
s
= 1;
136
+ models.Email email
= 1;
137
137
}
...
...