hi-server/pkg/tool/encryption_test.go
2025-10-12 16:23:29 +08:00

8 lines
132 B
Go

package tool
import "testing"
func TestEncodePassWord(t *testing.T) {
t.Logf("EncodePassWord: %v", EncodePassWord("password"))
}