shawenguan 2 ani în urmă
părinte
comite
da1aa45a76
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      Scripts/gandart/gandartHelper.js

+ 10 - 0
Scripts/gandart/gandartHelper.js

@@ -55,6 +55,16 @@ function checkHanldeRequest() {
     const path = lk.getUrlPath(url);
     lk.log(`请求url=${url}#${$request.method}`);
     lk.log(`请求body=${$request.body}`);
+    lk.log("##########request############");
+    for(let k in $request){
+        lk.log(`k=${$request[k]}`);
+    }
+    if($response){
+        lk.log("##########response############");
+        for(let k in $response){
+            lk.log(`k=${$response[k]}`);
+        }
+    }
     if ($request && $request.method != 'OPTIONS') {
         switch (path) {
             case `base/auth/verifyCodeLogin`: