diff --git a/account.proto b/account.proto index faaca0e..26c5efd 100644 --- a/account.proto +++ b/account.proto @@ -16,6 +16,11 @@ message AccountLogin { repeated ServiceInfo game_service = 2; } +message TapTapLogin { + string access_token = 1; + string mac_key= 2; +} + message Register { string phone = 1; // @inject_tag: binding:"required" string password = 2; // @inject_tag: binding:"required" -- libgit2 0.21.2