variable names are changed

This commit is contained in:
병준 박 2022-07-27 07:40:05 +00:00
parent 6b87a84801
commit e607eafa47
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,6 @@ message SigninRequest {
message SigninResponse {
optional bet.protobuf.rpc.Error error = 1;
optional string token = 2;
optional string session_id = 2;
}

View File

@ -14,5 +14,5 @@ message SigninRequest {
message SigninResponse {
optional bet.protobuf.rpc.Error error = 1;
optional string token = 2;
optional string session_id = 2;
}

View File

@ -5,5 +5,5 @@ package bet.beteran.core.network;
message Client {
string client_ip = 1;
optional string site_url = 2;
optional string access_token = 3;
optional string session_id = 3;
}