Browse Source

fix netease interface

Dotos 8 năm trước cách đây
mục cha
commit
54155637f3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      utils/Crypto.js

+ 3 - 1
utils/Crypto.js

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