Commit 4ae9c7e0af062555870c1bbbee93f057668c77f8
1 parent
2328d44f
add: 添加激活码
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
account.proto
... | ... | @@ -32,4 +32,15 @@ message VersionInfo { |
32 | 32 | int32 head = 1; |
33 | 33 | int32 big = 2; |
34 | 34 | int32 small = 3; |
35 | +} | |
36 | + | |
37 | +message RegisterByKey { | |
38 | + string phone = 1; // @inject_tag: binding:"required" | |
39 | + string password = 2; // @inject_tag: binding:"required" | |
40 | + string code = 3; // @inject_tag: binding:"required" | |
41 | + string key = 4; // @inject_tag: binding:"required" | |
42 | +} | |
43 | + | |
44 | +message AccountKeyList { | |
45 | + map<string,string> keys = 1; | |
35 | 46 | } |
36 | 47 | \ No newline at end of file | ... | ... |