http->https
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user