浏览代码

withdraw body 加密

DevYK 3 年之前
父节点
当前提交
5fec74a680
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      config/dev_config.js
  2. 1 1
      config/prd_config.js
  3. 1 1
      config/test_config.js

+ 1 - 1
config/dev_config.js

@@ -1,7 +1,7 @@
 const cryppt_config = {
     KEY: 'NENET_CRYPT_KEY',
     KEY_IV: 'NENET_CRYPT_IV',
-    WITHDRAW_KEY:'1234567890123456',
+    WITHDRAW_KEY:'denet!@#$%^&2022',
 }
 
 

+ 1 - 1
config/prd_config.js

@@ -14,7 +14,7 @@ const account_config = {
 const cryppt_config = {
     KEY: 'NENET_CRYPT_KEY',
     KEY_IV: 'NENET_CRYPT_IV',
-    WITHDRAW_KEY:'',
+    WITHDRAW_KEY:'denet!@#$%^&2022',
 }
 
 const reids_token_config = {

+ 1 - 1
config/test_config.js

@@ -14,7 +14,7 @@ const account_config = {
 const cryppt_config = {
     KEY: 'NENET_CRYPT_KEY',
     KEY_IV: 'NENET_CRYPT_IV',
-    WITHDRAW_KEY:'1234567890123456',
+    WITHDRAW_KEY:'denet!@#$%^&2022',
 }
 
 const reids_token_config = {