From 9d96985d7fd31951fe71e7db37ececc83f0761be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E9=92=B0=E8=B1=86=E8=B1=86?= Date: Mon, 14 May 2018 20:53:39 +0800 Subject: [PATCH] update --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1866420..915777c 100644 --- a/index.php +++ b/index.php @@ -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",