增加playroom引导奖励接口

This commit is contained in:
hahwu 2025-05-12 17:29:22 +08:00
parent d2ac44bf25
commit fc9a01aab7

View File

@ -931,6 +931,15 @@ message ResGuideReward{
string Msg = 2;
}
message ReqGuidePlayroom{
int32 Id = 1;
}
message ResGuidePlayroom{
RES_CODE Code = 1;
string Msg = 2;
}
message ResGuildInfo{
map<int32, int32> Reward = 1;
}