diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index ed0f014..52147cc 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -382,6 +382,8 @@ enum MessageType{ SCENE_COMMAND_RESPONSE = 11824; SERVER_ZERO_REQUEST = 11825; //服务器12点更新用户数据 + + STORE_UPDATE_INDICATION = 11826 ;// 商店更新信息 // T 11900 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index c374fae..b44cd00 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -393,4 +393,8 @@ import "CommonProto.proto"; optional blessResponse reward =1; } + message storeUpdateIndication{ + repeated StoreInfo storeInfo =1; + } +