探索优化

master_huanxiang
xuexinpeng 2022-04-07 11:32:10 +08:00
parent 5545704f4f
commit 2e0eaab404
2 changed files with 5 additions and 1 deletions

View File

@ -1424,6 +1424,7 @@ enum MessageType{
ExplorerMapRewardRequest = 3050046; ExplorerMapRewardRequest = 3050046;
ExplorerMapRewardResponse = 3050047; ExplorerMapRewardResponse = 3050047;
ExplorerMapIndicationResponse = 3050048; ExplorerMapIndicationResponse = 3050048;
ExplorerMapIndicationEventResponse = 3050049;

View File

@ -1087,7 +1087,10 @@ import "CommonProto.proto";
message ExplorerMapIndicationResponse{ message ExplorerMapIndicationResponse{
optional ExplorerMapInfo exploreInfo = 1;// optional ExplorerMapInfo exploreInfo = 1;//
repeated CommKeyVal randEvent = 2 ;//[id,,id] //repeated CommKeyVal randEvent = 2 ;//[id,,id]
}
message ExplorerMapIndicationEventResponse{
repeated CommKeyVal randEvent = 1 ;//[id,,id]
} }
// //