shawenguan 1 vuosi sitten
vanhempi
commit
f0e78c6aa3
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      Scripts/hbcpre/hbcpreHelper.js

+ 4 - 0
Scripts/hbcpre/hbcpreHelper.js

@@ -194,6 +194,10 @@ function getResponsePlainData() {
 
 function getRequestPlainData() {
     let data = magicJS.getRequestBody();
+    if(!data){
+        const params = magicJS.parseQueryStr($request.url);
+        data = params.data;
+    }
     if (!data) {
         return;
     }