shawenguan 1 yıl önce
ebeveyn
işleme
539734406c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Scripts/quark/quarkHelper.js

+ 1 - 0
Scripts/quark/quarkHelper.js

@@ -76,6 +76,7 @@ async function getAccountInfo(cookie){
     return await magicJS.http.get(options).then(response => {
         try {
             const body = response.body;
+            magicJS.logger.log(`${JSON.stringify(body)}`);
             magicJS.logger.info("- 获取用户信息成功");
             return body;
         } catch (e) {