@@ -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) {