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
ed01adaa87d6e843863dc2231e39e071d375137d
Authored by
zhanghualin
2022-12-20 15:59:32 +0800
1 parent
abf73981
隔开!
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
account.proto
Inline
Side-by-side
account.proto
Wrap text
Show/Hide comments
View file @
ed01ada
...
...
@@ -18,7 +18,7 @@ message AccountLogin {
18
18
19
19
message TapTapLogin {
20
20
string access_token = 1;
21
- string mac_key
= 2;
21
+ string mac_key
= 2;
22
22
string antiAddiction_token = 3;
23
23
}
24
24
...
...