|
@@ -74,7 +74,7 @@ async function getAccountInfo(cookie){
|
|
|
},
|
|
},
|
|
|
body: ``,
|
|
body: ``,
|
|
|
};
|
|
};
|
|
|
- return await magicJS.http.get(options).then(response => {
|
|
|
|
|
|
|
+ return await magicJS.http.post(options).then(response => {
|
|
|
try {
|
|
try {
|
|
|
const body = response.body;
|
|
const body = response.body;
|
|
|
magicJS.logger.log(`${JSON.stringify(body)}`);
|
|
magicJS.logger.log(`${JSON.stringify(body)}`);
|