瀏覽代碼

update method to get

huai-sian 3 年之前
父節點
當前提交
cd1ee45637
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ArkCard-web/goto.js

+ 1 - 1
ArkCard-web/goto.js

@@ -225,7 +225,7 @@ $(".collect-send").submit(function (e) {
 
   var url = `https://api.ptt.cx:8750/api/v1/line/send?userid=${userId}&to=${address}&nftuid=${nftuid}&amount=${amount}`;
   axios({
-    method: 'post',
+    method: 'get',
     url: url,
     headers,
     data: ''