From 4ae9c7e0af062555870c1bbbee93f057668c77f8 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 29 Jun 2023 18:03:57 +0800 Subject: [PATCH] add: 添加激活码 --- account.proto | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/account.proto b/account.proto index e00b324..5e1b5d9 100644 --- a/account.proto +++ b/account.proto @@ -32,4 +32,15 @@ message VersionInfo { int32 head = 1; int32 big = 2; int32 small = 3; +} + +message RegisterByKey { + string phone = 1; // @inject_tag: binding:"required" + string password = 2; // @inject_tag: binding:"required" + string code = 3; // @inject_tag: binding:"required" + string key = 4; // @inject_tag: binding:"required" +} + +message AccountKeyList { + map keys = 1; } \ No newline at end of file -- libgit2 0.21.2