优化订单接口

This commit is contained in:
hahwu 2025-05-22 10:14:15 +08:00
parent a1c4cf79b2
commit 0c5dc532e5

View File

@ -641,6 +641,7 @@ message ResHandbookAllReward{
message ReqRewardOrder{
int32 OrderId = 1;
map<string, int32> mChessData = 2;
repeated int32 ActType = 3; //
}
message ResRewardOrder{