Commit ed01adaa87d6e843863dc2231e39e071d375137d
1 parent
abf73981
隔开!
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
account.proto
| @@ -18,7 +18,7 @@ message AccountLogin { | @@ -18,7 +18,7 @@ message AccountLogin { | ||
| 18 | 18 | ||
| 19 | message TapTapLogin { | 19 | message TapTapLogin { |
| 20 | string access_token = 1; | 20 | string access_token = 1; |
| 21 | - string mac_key= 2; | 21 | + string mac_key = 2; |
| 22 | string antiAddiction_token = 3; | 22 | string antiAddiction_token = 3; |
| 23 | } | 23 | } |
| 24 | 24 |