From 0138c3a329712e32f6f6a54040becf9a757f9ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 6 May 2024 15:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E8=B0=83=E7=94=A8UserService.LoginUser()=E5=80=9F=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/rpc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/rpc.json b/build/rpc.json index cb24b9a..10346b4 100644 --- a/build/rpc.json +++ b/build/rpc.json @@ -12610,7 +12610,9 @@ "responseMessageName": "LoginUserResponse", "code": "rpc loginUser (LoginUserRequest) returns (LoginUserResponse);", "doc": "登录", - "roles": [], + "roles": [ + "admin" + ], "isDeprecated": false }, {