@@ -587,7 +587,7 @@ async function silver2coin() {
},
body: magicJS.objToQueryStr(body)
}
- await magicJS.http.post(myRequest).then(response => {
+ await magicJS.http.get(myRequest).then(response => {
try {
let result = response.body;
let title = `银瓜子转硬币`;