From 9fec982899dcc428ceb17a72b026b4b134dbf8ba Mon Sep 17 00:00:00 2001 From: hujiebin Date: Wed, 14 Jun 2023 14:25:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E7=9A=84operateType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _const/enum/diamond_e/diamond.go | 3 +++ script/utils/utils_test.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_const/enum/diamond_e/diamond.go b/_const/enum/diamond_e/diamond.go index 679aa37..bf147a8 100644 --- a/_const/enum/diamond_e/diamond.go +++ b/_const/enum/diamond_e/diamond.go @@ -126,6 +126,9 @@ const ( H5GameFishLordJoin OperateType = 103 //加入游戏扣费 H5GameFishLordAward OperateType = 104 //游戏结算奖励 H5GameFishLordLevelAward OperateType = 105 //游戏等级奖励 + H5GameGameSlotJoin OperateType = 106 //加入游戏扣费 + H5GameGameSlotAward OperateType = 107 //游戏结算奖励 + H5GameGameSlotLevelAward OperateType = 108 //游戏等级奖励 ) const ( diff --git a/script/utils/utils_test.go b/script/utils/utils_test.go index e845eca..059faba 100644 --- a/script/utils/utils_test.go +++ b/script/utils/utils_test.go @@ -10,6 +10,6 @@ func TestTestCommon(t *testing.T) { } func TestJwt(t *testing.T) { - token, _ := jwt.GenerateToken(7619, "f2ab93523f2a4f94825d544a67607290", "hiloApi") + token, _ := jwt.GenerateToken(4051, "96f6c25208a346b8871d5ef1a74a7fe3", "hiloApi") t.Logf(token) } -- 2.22.0