name is changed
This commit is contained in:
parent
99bf1ad793
commit
85956b6fd9
|
@ -6,7 +6,7 @@ import "protobuf/rpc/error.proto";
|
|||
|
||||
// subject = bet.beteran.c2se.backend.identity.Signin
|
||||
message SigninRequest {
|
||||
string token = 1;
|
||||
string security_code_hash = 1;
|
||||
string security_code = 2;
|
||||
string username = 3;
|
||||
string password = 4;
|
||||
|
|
|
@ -6,7 +6,7 @@ import "protobuf/rpc/error.proto";
|
|||
|
||||
// subject = bet.beteran.c2se.frontend.identity.Signin
|
||||
message SigninRequest {
|
||||
string token = 1;
|
||||
string security_code_hash = 1;
|
||||
string security_code = 2;
|
||||
string username = 3;
|
||||
string password = 4;
|
||||
|
|
|
@ -41,7 +41,7 @@ message CaptchaRequest {
|
|||
|
||||
message CaptchaResponse {
|
||||
message Result {
|
||||
string token = 1;
|
||||
string security_code_hash = 1;
|
||||
string image = 2;
|
||||
}
|
||||
optional bet.protobuf.rpc.Error error = 1;
|
||||
|
@ -52,7 +52,7 @@ message CaptchaResponse {
|
|||
// subject = bet.beteran.ss.member.identity.Signin
|
||||
message SigninRequest {
|
||||
bet.beteran.core.network.Client client = 1;
|
||||
string token = 2;
|
||||
string security_code_hash = 2;
|
||||
string security_code = 3;
|
||||
string username = 4;
|
||||
string password = 5;
|
||||
|
|
Loading…
Reference in New Issue
Block a user