http->https

This commit is contained in:
“wanyongkang”
2024-03-19 15:49:56 +08:00
parent 60d6c0616d
commit 100b484a3d
38 changed files with 219 additions and 219 deletions

View File

@@ -57,7 +57,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/white_list',
url: 'https://php-api.juip.com/http/user/white_list',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -79,7 +79,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/create_white_ip',
url: 'https://php-api.juip.com/http/user/create_white_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -104,7 +104,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/lock_ip',
url: 'https://php-api.juip.com/http/user/lock_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(dataa),
@@ -128,7 +128,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/delete_ip',
url: 'https://php-api.juip.com/http/user/delete_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(dataa),