shawenguan 2 лет назад
Родитель
Сommit
38c68d1c95
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

@@ -69,7 +69,7 @@ function checkHandleRequest() {
     const path = $request.path;
     const body = lk.getRequestBody();
     lk.log(`请求url=${url}#${$request.method}`);
-    lk.log(JSON.stringify($request.headers));
+    // lk.log(JSON.stringify($request.headers));
     lk.log(`请求body=${body}`);
     if ($request && $request.method != 'OPTIONS') {
         let segments = path.split('/');