增加playroom引导奖励接口
This commit is contained in:
parent
d2ac44bf25
commit
fc9a01aab7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user