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

@@ -52,7 +52,7 @@
$.ajax({
type: 'post',
async:false,
url: 'http://php-api.juip.com/user/UserScore/getList',
url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),
@@ -79,7 +79,7 @@
$.ajax({
type: 'post',
async:false,
url: 'http://php-api.juip.com/user/UserScore/getList',
url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),
@@ -106,7 +106,7 @@
$.ajax({
type: 'post',
async:false,
url: 'http://php-api.juip.com/user/UserScore/getList',
url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),