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;
     }