Feat: jwt token加密算法由ES256更换为HS256

This commit is contained in:
2022-04-03 13:29:47 +08:00
parent ec4c957b25
commit e1f6d3c822
8 changed files with 34 additions and 188 deletions

View File

@@ -3,5 +3,5 @@ package config
import "testing"
func TestSetupConfig(t *testing.T) {
Cfg.Version = "0.0.1-dev"
SetupConfig()
}