更新协议

This commit is contained in:
hahwu 2025-11-06 17:01:19 +08:00
parent d7b9c337fa
commit 3b1b5b1739

View File

@ -142,6 +142,7 @@ enum LOGIN_TYPE {
ACCOUNT_LOGIN = 0; //
CODE_LOGIN = 1; //
DEVICE_LOGIN = 2; //
SDK_LOGIN = 3; // SDK登录
}
// 线
@ -255,7 +256,8 @@ message ClientRes{ //客户都请求数据返回 和主动推送
message ReqRegisterAccount{
string UserName = 1;
string UserPwd = 2;
int32 dwUin = 3;
int32 dwUin = 3;
string Device = 4; //
}
////
@ -269,7 +271,6 @@ message ReqLogin{
string Code = 3; //
string Device = 4; //
LOGIN_TYPE type = 5; //
}
message ReqLoginCode{
@ -1647,6 +1648,7 @@ message ResFriendReply{
message ReqFriendReplyHandle{
int32 LogId = 1; // 线id
string Param = 2; //
int32 Type = 3; // 1: 2: 3
}
message ResFriendReplyHandle{