From 3c3199d08ba01fe938f39bd9e6fe3c906c52a4e2 Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Fri, 26 Jan 2024 16:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0auth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/auth.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/auth.proto b/service/auth.proto index 313f391..586dc0c 100644 --- a/service/auth.proto +++ b/service/auth.proto @@ -10,7 +10,7 @@ import "service/basic.proto"; //定义服务 service auth { - // 登录接口 + // 检验接口 rpc ValidToken(ValidTokenRequest) returns (ValidTokenResponse) {} // Cookie 接受接口