道具直购

master_huanxiang
wangyuan 2019-09-17 10:17:05 +08:00
parent dece921a6a
commit 36728ebb38
2 changed files with 7 additions and 0 deletions

View File

@ -132,6 +132,8 @@ enum MessageType{
DIFFICULT_MAP_OPTION_RECORD_REQUEST = 10304;//
DIFFICULT_MAP_OPTION_RECORD_RESPONSE = 10305;
DIRECT_BUY_GOODS_INDICATION = 10306; //
// E 10400
ERROR_CODE_INDICATION = 10400;

View File

@ -547,3 +547,8 @@ import "CommonProto.proto";
optional int32 goodsId =1 ;// id
}
message DirectBuyIndication{
optional int32 goodsId = 1; // id
optional Drop drop = 2; //
}