更新协议

This commit is contained in:
hahwu 2025-03-10 15:58:27 +08:00
parent 3430540513
commit 0bde22da58

View File

@ -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;