Browse Source

提交比赛房默认参数

johnclot69 2 months ago
parent
commit
bb3cb96fa0

+ 7 - 1
incubator-game/src/main/java/com/incubator/game/contest/Contest.java

@@ -366,7 +366,13 @@ public class Contest {
                 this.prop.maxRound = this.prop.readyNum;
             }
 
-            jsonData.put("maxRound", this.prop.maxRound);
+//            jsonData.put("maxRound", this.prop.maxRound);
+            // 玩法1 1:连续打,2:按局数,3:按时间
+            jsonData.put("mode", 2);
+            // * 14:A必打 2:J必打 3:8必打 4:5必打
+            //	 * 4:4局 6:6局 8:8局 10:10局
+            //	 * 20:20分钟 30:30分钟 40:40分钟 60:60分钟
+            jsonData.put("modev", 1);
 
             // 房间类型 0:好友房 1:官方比赛房
             jsonData.put("type", 1);