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