shawenguan 2 年之前
父节点
当前提交
b7cc43fa9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

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