shawenguan преди 1 година
родител
ревизия
f0e78c6aa3
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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;
     }