@@ -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,
}