From b9858a763fdda8d1541affabdf87469b0e81d5d1 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 10 Oct 2022 16:01:01 +0800 Subject: [PATCH] feat: add taptaplogin --- account.proto | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) 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