增加gameId
parent
e27d30a3f0
commit
f41267beba
|
|
@ -459,6 +459,7 @@ public class GroupRoomService {
|
|||
lev = Integer.parseInt(lev_str);
|
||||
}
|
||||
resData.putInt("lev", lev);
|
||||
resData.putInt("gameId", gameId);
|
||||
|
||||
return resData;
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Reference in New Issue