GC-Proto/proto/GetAuthkeyReq.proto
2024-05-29 20:56:24 +08:00

13 lines
229 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 20926
// Version: 4.6.0
// Obfs: HJKMHGJBGON
message GetAuthkeyReq {
string auth_appid = 4;
uint32 sign_type = 5;
uint32 authkey_ver = 14;
}