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