This commit is contained in:
唐钰豆豆 2018-05-14 20:28:36 +08:00
parent b0914fe01a
commit e8cbffc9ca

View file

@ -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);
}