Grasscutter/proto/GetAuthkeyRsp.proto

16 lines
294 B
Protocol Buffer
Raw Normal View History

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;
}