Commit 9fec9828 authored by hujiebin's avatar hujiebin

feat:新的operateType

parent a12fdbce
......@@ -126,6 +126,9 @@ const (
H5GameFishLordJoin OperateType = 103 //加入游戏扣费
H5GameFishLordAward OperateType = 104 //游戏结算奖励
H5GameFishLordLevelAward OperateType = 105 //游戏等级奖励
H5GameGameSlotJoin OperateType = 106 //加入游戏扣费
H5GameGameSlotAward OperateType = 107 //游戏结算奖励
H5GameGameSlotLevelAward OperateType = 108 //游戏等级奖励
)
const (
......
......@@ -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)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment