shawenguan 2 năm trước cách đây
mục cha
commit
e5d6494085
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      Scripts/thwj/thwjHelper.js

+ 0 - 6
Scripts/thwj/thwjHelper.js

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