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
2cd793954550e9d3a17c8e683896722873995c1f
Authored by
zhangqijia
2022-10-10 17:26:10 +0800
1 parent
3a957ade
fix: taptap 增加实名认证字段
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
account.proto
Inline
Side-by-side
account.proto
Wrap text
Show/Hide comments
View file @
2cd7939
...
...
@@ -19,6 +19,7 @@ message AccountLogin {
19
19
message TapTapLogin {
20
20
string access_token = 1;
21
21
string mac_key= 2;
22
+ string antiAddiction_token = 3;
22
23
}
23
24
24
25
message Register {
...
...