shawenguan 2 tahun lalu
induk
melakukan
e5d6494085
1 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 6
      Scripts/thwj/thwjHelper.js

+ 0 - 6
Scripts/thwj/thwjHelper.js

@@ -101,10 +101,6 @@ function handleRspCookie() {
 }
 }
 
 
 function handleUserInfo() {
 function handleUserInfo() {
-    for (let k in $request) {
-        lk.log(k);
-        lk.log(JSON.stringify($request[k]));
-    }
     let data = lk.getRequestBody();
     let data = lk.getRequestBody();
     if (!data) {
     if (!data) {
         return;
         return;
@@ -117,8 +113,6 @@ function handleUserInfo() {
     } catch (error) {
     } catch (error) {
         lk.logErr(error);
         lk.logErr(error);
     }
     }
-    retBody = lk.getResponseBody();
-    lk.log(JSON.stringify(retBody));
 }
 }