diff --git a/index.php b/index.php index 9876d8b..1866420 100644 --- a/index.php +++ b/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); }