shawenguan 1 năm trước cách đây
mục cha
commit
42b0d81562
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 0
Scripts/hbcpre/hbcpreHelper.js

@@ -30,6 +30,7 @@ async function Main() {
 
 function checkHandleRequest(){
     const request = magicJS.request;
+    const url = request.url;
     const path = request.path;
     magicJS.log(`请求url=${url}#${request.method}`);
     magicJS.log(`请求body=${magicJS.getRequestBody()}`);