package utils import ( "git.hilo.cn/hilo-common/script/utils/jwt" "testing" ) func TestTestCommon(t *testing.T) { TestCommon() } func TestJwt(t *testing.T) { token, _ := jwt.GenerateToken(7630, "4be85abee40f447a964a5bf2db7accba", "hiloApi") t.Logf(token) }