问卷调查

master_huanxiang
zhangshanxue 2019-09-04 11:55:02 +08:00
parent c5be1b20ce
commit e530927b93
3 changed files with 12 additions and 9 deletions

View File

@ -632,4 +632,6 @@ option optimize_for = SPEED;
optional string content = 1; //
optional int32 type = 2; //0 1 2
repeated string options =3;//
}
}

View File

@ -358,8 +358,9 @@ enum MessageType{
GET_PHONE_REWARD_REQUEST = 1664;//
GET_PHONE_REWARD_RESPONSE = 1665;
GET_QUESTION_REWARD_REQUEST = 1666;//
GET_QUESTION_REWARD_RESPONSE = 1667;
GET_QUESTION_REQUEST = 1666;//
GET_QUESTION_RESPONSE = 1667;
// H 10700
HERO_RAND_REQQUEST = 10701;

View File

@ -59,6 +59,7 @@ import "CommonProto.proto";
optional int32 isDayFirst = 20;//0
optional EndlessInfo endInfo = 21;//
optional PlayerBindPhone playerBindPhone = 22;//
optional int32 QuestionState = 23;// -1 0 1
}
@ -355,6 +356,7 @@ import "CommonProto.proto";
optional SignInInfo SignInInfo = 6;//
optional PlayerBindPhone playerBindPhone = 7;//
}
message GetMissionResponse{
repeated UserMissionInfo userMissionInfo =1;//
@ -527,17 +529,15 @@ import "CommonProto.proto";
message GetQuestionResponse{
optional string id= 1; //id
optional string questDes= 2; //
optional string reward= 3; //
optional string start= 4; //
optional string end= 5; //
repeated QuestionOptions questOptions =6; //
optional string start= 3; //
optional string end= 4; //
repeated QuestionOptions questOptions =5; //
}
message upDataQuestionRequest{
repeated string options = 1; // ABCD
}
message upDataQuestionResponse{
optional int32 result = 1;//-1 0
}
}