update
This commit is contained in:
parent
b0914fe01a
commit
e8cbffc9ca
1 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue