GC-Proto/proto/GetAuthkeyRsp.proto
2023-08-23 01:23:37 +08:00

16 lines
294 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1449
// EnetChannelId: 0
// EnetIsReliable: true
message GetAuthkeyRsp {
int32 retcode = 11;
string authkey = 1;
string auth_appid = 2;
uint32 sign_type = 7;
uint32 authkey_ver = 10;
string game_biz = 4;
}