package util import ( "testing" ) func TestAesEncrypt(t *testing.T) { r, _ := AesEncrypt("18611896226") t.Log(r) }