fix
Helius
2021-11-30 de00eeb45e3aee0cbb5f62210c05ef32bb7478b4
src/main/java/com/xcong/excoin/websocket/fish/HitFishWebSocket.java
@@ -107,7 +107,7 @@
        // 消耗金币
        BigDecimal consume = (BigDecimal) fortObj;
        MsgModel msg = new MsgModel(consume, fishGold, SID_MID.get(session.getId()));
        MsgModel msg = new MsgModel(consume, fishGold, SID_MID.get(session.getId()), fortId);
        // 发送打渔消息
        fishHitProducer.sendFishHitMsg(JSONObject.toJSONString(msg));
    }