Browse Source

更新 'encrypt/aes.go'

wangchuanjin 3 years ago
parent
commit
974c1a1481
1 changed files with 2 additions and 0 deletions
  1. 2 0
      encrypt/aes.go

+ 2 - 0
encrypt/aes.go

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