From 616ee8369c0bebd4a9bddaa2d79a3ff6114ea601 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Tue, 26 Nov 2024 19:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E4=BF=9D=E5=AD=98=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E5=AF=B9=E5=B1=80=E7=9A=84=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/gamelogtype.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/model/gamelogtype.go b/model/gamelogtype.go index 149e693..0d9b998 100644 --- a/model/gamelogtype.go +++ b/model/gamelogtype.go @@ -209,7 +209,7 @@ type ThirteenWaterPerson struct { EndName string // 尾墩牌型名称 SpecialName string // 特殊牌型名称 IsDP bool // 是否倒排 - TestLog []string + TestLog []string `json:"-"` } // 二人麻将 @@ -1554,13 +1554,13 @@ type TienLenPerson struct { DelOrderCards map[int][]int32 //已出牌 CardInfoEnd []int32 //结算时的牌型 IsTianHu bool //是否天胡 - TestLog []string - WinRankScore int64 // 排位积分变化(包含额外加分) - RankScore int64 // 排位积分 - AddScore int64 // 排位积额外加分 - BombRankScore int64 // 排位炸弹分 - CardsScore int // 手牌分 - FaPaiType int // 发牌类型 + TestLog []string `json:"-"` + WinRankScore int64 // 排位积分变化(包含额外加分) + RankScore int64 // 排位积分 + AddScore int64 // 排位积额外加分 + BombRankScore int64 // 排位炸弹分 + CardsScore int // 手牌分 + FaPaiType int // 发牌类型 } // chesstitians