发送授权码改为 anonymous 权限

This commit is contained in:
sky
2025-09-07 17:03:31 +08:00
parent 0ecaaf2005
commit 00bac77395
5 changed files with 22 additions and 9 deletions

View File

@@ -5,7 +5,6 @@ option go_package = "git.shenxianhe.cn/shenxianhe/sdk/user/v1;userv1";
import "user/v1/user.proto";
service UserService {
rpc SendCredential(SendCredentialRequest) returns (SendCredentialResponse);
rpc Auth(AuthRequest) returns (AuthResponse);
rpc SetPassword(SetPasswordRequest) returns (SetPasswordResponse);
rpc SetName(SetNameRequest) returns (SetNameResponse);