Howaitoniksu 5 月之前
父節點
當前提交
bc039d89c7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Callback.js

+ 0 - 1
Callback.js

@@ -6,7 +6,6 @@ async function CallbackInput() {  const response = await fetch('http://localhost
     body: JSON.stringify({
         phone_number: document.getElementById('phone'),
     })
-    
 })
 const data = await response.json()
     if (!data.success) {