shawenguan 1 년 전
부모
커밋
2175c316db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 '':