Parcourir la source

fix netease interface

Dotos il y a 8 ans
Parent
commit
54155637f3
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      utils/Crypto.js

+ 3 - 1
utils/Crypto.js

@@ -63,4 +63,6 @@ function Encrypt(obj) {
     }
 }
 
-module.exports = Encrypt
+module.exports = {
+    Encrypt
+}