Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_protocol into master_test_gn

master_huanxiang
DESKTOP-98AVA47\Administrator 2021-10-11 23:24:15 +08:00
commit a3c17255f4
5 changed files with 21 additions and 3 deletions

View File

@ -143,7 +143,7 @@ import "CommonProto.proto";
}
//
message RidingSwardRewardRequest{
optional int64 time = 1;//0
optional int32 round = 1;//,-1
optional int32 swardId = 2;//
}
message RidingSwardRewardResponse{

View File

@ -117,9 +117,9 @@ option optimize_for = SPEED;
message FightUnitInfo {
optional string unitId = 1;//id
optional string unitSkillIds = 2;//##1#2#3....
optional string unitSkillIds = 2;//##1#2#3....(PlayerSkillid)
optional string property = 3;//1#2390#2390#169#271#95#176#0#0#0.3#0.15#0.3#1.5#1#0.05#0#0#0#0#0#0.05#0#0#0#0#0
optional int32 position = 4; //
optional int32 position = 4; // ( position10)
optional int32 star = 5; //
optional int32 skinId = 6;//
optional string realId = 7;//id
@ -132,6 +132,7 @@ option optimize_for = SPEED;
optional string teamPassiveList = 3 ; //
optional string specialPassive = 4; //
optional int32 firstCamp = 5;// 0
optional int64 forceScore = 6;//
}
@ -1120,6 +1121,7 @@ option optimize_for = SPEED;
optional int32 getNum = 5;//
optional int32 state = 6;//
optional int32 betSwardId = 7;//id
optional int32 round = 8;//
}
//
@ -1134,3 +1136,9 @@ option optimize_for = SPEED;
optional int32 num = 2;//
}
///
message PracticeSkillInfo{
optional int32 skillId = 1;//id
optional int32 skillLv = 2;//
}

View File

@ -469,6 +469,11 @@ import "CommonProto.proto";
}
//
message PracticeSkillUpRequest{
optional int32 skillId = 1;
}

View File

@ -1118,6 +1118,9 @@ enum MessageType{
GET_LIKABLE_DATA_REQUEST = 20207;//
GET_LIKABLE_DATA_RESPONSE = 20208;
PRACTICE_SKILL_UP_REQUEST=20209;//
PRACTICE_SKILL_UP_RESPONSE=20210;

View File

@ -87,6 +87,7 @@ import "CommonProto.proto";
repeated SixiangxinfaInfo sixiangInfos = 46;//
optional int32 serverOpenTime = 47; //
optional int32 xiuweiLevel = 48; //
repeated PracticeSkillInfo practiceSkillInfos = 49;//
}
@ -718,6 +719,7 @@ import "CommonProto.proto";
optional double amount = 1;//
optional double monthSaveAmt = 2 ; //
optional double smonthSaveAmt = 3 ; //
optional double sincereMonth = 4 ; //
}
message VipTakeDilyRequest{