From 2cd793954550e9d3a17c8e683896722873995c1f Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 10 Oct 2022 17:26:10 +0800 Subject: [PATCH] fix: taptap 增加实名认证字段 --- account.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/account.proto b/account.proto index 26c5efd..f2bd69a 100644 --- a/account.proto +++ b/account.proto @@ -19,6 +19,7 @@ message AccountLogin { message TapTapLogin { string access_token = 1; string mac_key= 2; + string antiAddiction_token = 3; } message Register { -- libgit2 0.21.2