variable names are changed
This commit is contained in:
parent
6b87a84801
commit
e607eafa47
|
@ -14,6 +14,6 @@ message SigninRequest {
|
||||||
|
|
||||||
message SigninResponse {
|
message SigninResponse {
|
||||||
optional bet.protobuf.rpc.Error error = 1;
|
optional bet.protobuf.rpc.Error error = 1;
|
||||||
optional string token = 2;
|
optional string session_id = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,5 @@ message SigninRequest {
|
||||||
|
|
||||||
message SigninResponse {
|
message SigninResponse {
|
||||||
optional bet.protobuf.rpc.Error error = 1;
|
optional bet.protobuf.rpc.Error error = 1;
|
||||||
optional string token = 2;
|
optional string session_id = 2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,5 @@ package bet.beteran.core.network;
|
||||||
message Client {
|
message Client {
|
||||||
string client_ip = 1;
|
string client_ip = 1;
|
||||||
optional string site_url = 2;
|
optional string site_url = 2;
|
||||||
optional string access_token = 3;
|
optional string session_id = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user