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

@@ -501,7 +501,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_package',
url: 'https://php-api.juip.com/http/user/dx_package',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -522,7 +522,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/get_user_token',
url: 'https://php-api.juip.com/http/user/get_user_token',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -548,7 +548,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_order',
url: 'https://php-api.juip.com/http/user/dx_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -618,7 +618,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/order/rebuy_order',
url: 'https://php-api.juip.com/http/order/rebuy_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -721,7 +721,7 @@
};
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/calc_price',
url: 'https://php-api.juip.com/http/product/calc_price',
dataType: "json",
async:false,
data: this.order_info,