This commit is contained in:
唐钰豆豆 2018-05-14 20:53:39 +08:00
parent e8cbffc9ca
commit 9d96985d7f

View file

@ -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",