唐钰豆豆 7 年之前
父节点
当前提交
9d96985d7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -53,7 +53,7 @@
     var domain = $('#domainInput').val()
     if (domain) {
       $.ajax({
-        method: 'post',
+        type: 'post',
         url: 'https://api.croidc.cn/mofh/DomainCheck',
         dataType: 'json',
         contentType : "application/json",