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

+ 4 - 3
index.php

@@ -54,11 +54,12 @@
     if (domain) {
       $.ajax({
         method: 'post',
-        url: 'http://api.uiisc.com/DomainCheck?i=1',
+        url: 'https://api.croidc.cn/mofh/DomainCheck',
         dataType: 'json',
-        data: {
+        contentType : "application/json",
+        data: JSON.stringify({
           domain: domain
-        },
+        }),
         success: function (x) {
           console.log(x);
         }