商店推送

master_huanxiang
wangyuan 2019-07-23 15:32:16 +08:00
parent 173afde77f
commit 280dfb67fc
2 changed files with 6 additions and 0 deletions

View File

@ -382,6 +382,8 @@ enum MessageType{
SCENE_COMMAND_RESPONSE = 11824;
SERVER_ZERO_REQUEST = 11825; //12
STORE_UPDATE_INDICATION = 11826 ;//
// T 11900

View File

@ -393,4 +393,8 @@ import "CommonProto.proto";
optional blessResponse reward =1;
}
message storeUpdateIndication{
repeated StoreInfo storeInfo =1;
}