shawenguan пре 1 година
родитељ
комит
3800dc2beb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Scripts/imoutai/imoutaiHelper.js

+ 1 - 0
Scripts/imoutai/imoutaiHelper.js

@@ -414,6 +414,7 @@ async function getSessionId(deviceId, token, timeKeys) {
                     if (error) {
                         lk.execFail();
                     } else {
+                        lk.log(data);
                         const jsonRetObj = JSON.parse(data);
                         if (jsonRetObj.code == 2000) {
                             const sessionId = jsonRetObj.data?.sessionId;