shawenguan 1 year ago
parent
commit
2175c316db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Scripts/115/cloud115Helper.js

+ 1 - 1
Scripts/115/cloud115Helper.js

@@ -69,7 +69,7 @@ async function Main() {
 function checkHandleRequest() {
     const url = $request.url;
     const path = $request.path;
-    magicJS.log(`请求url=${url}#${request.method}`);
+    magicJS.log(`请求url=${url}#${$request.method}`);
     if ($request && $request.method != 'OPTIONS') {
         switch (path) {
             case '':