fix
Helius
2021-11-30 de00eeb45e3aee0cbb5f62210c05ef32bb7478b4
src/main/java/com/xcong/excoin/websocket/fish/model/MsgModel.java
@@ -26,9 +26,15 @@
     */
    private Long memberId;
    public MsgModel(BigDecimal consume, int obtain, Long memberId) {
    /**
     * 大炮编码
     */
    private String fortCode;
    public MsgModel(BigDecimal consume, int obtain, Long memberId, String fortCode) {
        this.consume = consume;
        this.obtain = obtain;
        this.memberId = memberId;
        this.fortCode = fortCode;
    }
}