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

+ 3 - 0
Scripts/thwj/thwjHelper.js

@@ -251,6 +251,9 @@ async function getVerifyCodeImg() {
                     } else {
                         lk.log(`获取验证码图片结果`);
                         if (_response.status == 200) {
+                            for (let k in _response) {
+                                lk.log(k);
+                            }
                             ret = base64encode(data);
                             lk.log(ret);
                         }