Ver código fonte

更新 'encrypt/aes.go'

wangchuanjin 3 anos atrás
pai
commit
974c1a1481
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      encrypt/aes.go

+ 2 - 0
encrypt/aes.go

@@ -6,6 +6,8 @@ import (
 	"crypto/cipher"
 	"encoding/base64"
 	"encoding/hex"
+  
+    . "app.yhyue.com/moapp/jybase/common"
 )
 
 type AES_CBC struct {