From 44e38446c70f588d8876c4e93983799c19441463 Mon Sep 17 00:00:00 2001 From: zhouwei <849588297@qq.com> Date: Sat, 7 Feb 2026 21:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E4=B8=AD=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E5=87=BA=E7=89=8C=E5=BB=B6=E6=97=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/robot/mj/handler/HuNanHongZhong.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robots/majiang/robot_mj_hz/src/main/java/robot/mj/handler/HuNanHongZhong.java b/robots/majiang/robot_mj_hz/src/main/java/robot/mj/handler/HuNanHongZhong.java index a5b0ab0..28363ad 100644 --- a/robots/majiang/robot_mj_hz/src/main/java/robot/mj/handler/HuNanHongZhong.java +++ b/robots/majiang/robot_mj_hz/src/main/java/robot/mj/handler/HuNanHongZhong.java @@ -412,7 +412,8 @@ public class HuNanHongZhong { System.out.println("目前机器人剩余手牌:" + hongZhongCardInhand.toString()); params.putString("session", session + "," + token); - int ot = new Random().nextInt(5); + //缩短出牌延时 + int ot = new Random().nextInt(3); Thread.sleep(ot * 1000); client.send("611", params, response -> {