diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index ef12e0c6..ec62cf93 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -573,6 +573,15 @@ message ResDelOrder{ string Msg = 2; } +// 获取出售棋子获得的星星数量 +message ReqSellChessNum{ + int32 ChessId = 1; +} + +message ResSellChessNum{ + int32 Num = 1; +} + message Order{ int32 Id = 1; repeated int32 ChessId = 2; @@ -1949,6 +1958,7 @@ message ResCollect{ string Msg = 2; } + // -------------------后台管理------------------- message AdminReq{ string Func = 1;