备份-基础ssl通信
This commit is contained in:
24
_lib/protobuf/lib/X32/run_msg.proto
Normal file
24
_lib/protobuf/lib/X32/run_msg.proto
Normal file
@@ -0,0 +1,24 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message dfoMessage {
|
||||
int32 timesTamp = 1; //时间戳
|
||||
bytes CDK = 2; //CDK
|
||||
bytes IP = 3; //IP
|
||||
bytes MachinCode = 4; //机器码
|
||||
bool is_verified = 5; //是否能验证
|
||||
int32 temp_time = 6; //到期时间-临时数据到期
|
||||
int32 due_time = 7; //到期时间-月付用户
|
||||
bytes MD5Code = 8; //本地加载文件的MD5值-前版本dnfdev.bin
|
||||
repeated bytes aniPath = 9; //"repeated" 表示数组 其中是ani路径
|
||||
bytes lastKey = 10; //上次的服务端key
|
||||
bool is_singRegist = 11; //是否单机已注册
|
||||
bool is_verifyMac = 12; //是否强制验证机器码
|
||||
bool is_passed = 13; //本次验证是否通过
|
||||
bool is_trainRoom = 14; //修炼场
|
||||
bool is_atPriest = 15; //女圣职
|
||||
bool is_atSwordman = 16; //女鬼剑
|
||||
bool is_Demoniclancer = 17; //魔枪士
|
||||
bool is_Knight = 18; //守护者
|
||||
bool is_Thief = 19; //4暗夜
|
||||
bool is_Skill2nd = 20; //全2觉
|
||||
}
|
||||
Reference in New Issue
Block a user