shawenguan 1 yıl önce
ebeveyn
işleme
8247529786
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Scripts/huluwa/huluwaHelper.js

+ 1 - 0
Scripts/huluwa/huluwaHelper.js

@@ -328,6 +328,7 @@ function delay(time) {
 
 function calculateDigest(body, sk) {
     const CryptoJS = createCryptoJS();
+    lk.log(body);
     const signature = CryptoJS.HmacSHA256(body, sk);
     lk.log(signature);
     return CryptoJS.enc.Base64.stringify(signature).toString();