zhengnaiwen_citu hace 5 meses
padre
commit
5bff20bc5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/openEncryption.js

+ 1 - 1
src/utils/openEncryption.js

@@ -21,7 +21,7 @@ import { sha256 } from 'js-sha256'
 */
 export const encryptionFun = ({raw, body, appId, AppSecret}) => {
   const initSign = {
-    // appId,
+    appId,
     nonce: generateUUID(),
     timestamp: new Date().getTime() + 3000,
   }