diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 1d3731a..8e55d89 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1074,12 +1074,12 @@ import "CommonProto.proto"; } message ExplorerMapSendResponse{ - optional int32 time = 1 ; //探索时间 + optional ExplorerMapInfo exploreInfo = 1;//探索地图信息 } //领取探索奖励 message ExplorerMapRewardRequest{ optional int32 type = 1; //0:停止探索 1:领取奖励 - repeated int32 mapId = 2; //地图id + repeated int32 teamId = 2; //队伍id } message ExplorerMapRewardResponse{