name is changed

This commit is contained in:
병준 박 2022-08-08 07:13:55 +00:00
parent 8abfe6719c
commit 4e4b1f2eb1

View File

@ -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 session_id = 3; optional string access_token = 3;
} }