Commit b9858a763fdda8d1541affabdf87469b0e81d5d1
1 parent
05479c7b
feat: add taptaplogin
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
account.proto
| @@ -16,6 +16,11 @@ message AccountLogin { | @@ -16,6 +16,11 @@ message AccountLogin { | ||
| 16 | repeated ServiceInfo game_service = 2; | 16 | repeated ServiceInfo game_service = 2; |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | +message TapTapLogin { | ||
| 20 | + string access_token = 1; | ||
| 21 | + string mac_key= 2; | ||
| 22 | +} | ||
| 23 | + | ||
| 19 | message Register { | 24 | message Register { |
| 20 | string phone = 1; // @inject_tag: binding:"required" | 25 | string phone = 1; // @inject_tag: binding:"required" |
| 21 | string password = 2; // @inject_tag: binding:"required" | 26 | string password = 2; // @inject_tag: binding:"required" |