Ver Fonte

记录错误

zhengnaiwen_citu há 5 meses atrás
pai
commit
5bff20bc5b
1 ficheiros alterados com 1 adições e 1 exclusões
  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,
   }