浏览代码

记录错误

zhengnaiwen_citu 5 月之前
父节点
当前提交
5bff20bc5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
   }