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

@@ -47,7 +47,7 @@
$.ajax({
type: 'POST',
async:false,
url: 'http://php-api.juip.com/order/CashOutIndex/getData',
url: 'https://php-api.juip.com/order/CashOutIndex/getData',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),

View File

@@ -432,7 +432,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/lang_ip_list',
url: 'https://php-api.juip.com/http/user/lang_ip_list',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -474,7 +474,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/cx_package',
url: 'https://php-api.juip.com/http/user/cx_package',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -495,7 +495,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/cx_order',
url: 'https://php-api.juip.com/http/user/cx_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -517,7 +517,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/cx_switch',
url: 'https://php-api.juip.com/http/user/cx_switch',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -587,7 +587,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/out_city',
url: 'https://php-api.juip.com/http/product/out_city',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -638,7 +638,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/product/in_city',
url: 'https://php-api.juip.com/http/product/in_city',
dataType: "json",
async:false,
data:this.city_re_data,
@@ -689,7 +689,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),
@@ -720,7 +720,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/order/change_ip_order',
url: 'https://php-api.juip.com/http/order/change_ip_order',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -750,7 +750,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,
@@ -796,7 +796,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/get_lang_ip',
url: 'https://php-api.juip.com/http/user/get_lang_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),

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,

View File

@@ -40,7 +40,7 @@
var that = this;
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/charge_list',
url: 'https://php-api.juip.com/http/user/charge_list',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),

View File

@@ -99,7 +99,7 @@ h5 {
var that = this;
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_used',
url: 'https://php-api.juip.com/http/user/dx_used',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -120,7 +120,7 @@ h5 {
var that = this;
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_used_log',
url: 'https://php-api.juip.com/http/user/dx_used_log',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),

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),

View File

@@ -390,7 +390,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/api/test/aliverify',
url: 'https://php-api.juip.com/api/test/aliverify',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -434,7 +434,7 @@
// }
// $.ajax({
// type: 'POST',
// url: 'http://php-api.juip.com/api/Realname/index',
// url: 'https://php-api.juip.com/api/Realname/index',
// dataType: "json",
// contentType: "application/json",
// data: JSON.stringify(data),
@@ -690,7 +690,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/http/user/get_balance',
url: 'https://php-api.juip.com/http/user/get_balance',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -712,7 +712,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/tencent/index/get_is_upload',
url: 'https://php-api.juip.com/tencent/index/get_is_upload',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -839,7 +839,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/api/test/aliGetResult',
url: 'https://php-api.juip.com/api/test/aliGetResult',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -916,7 +916,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/order/CashOutIndex/index',
url: 'https://php-api.juip.com/order/CashOutIndex/index',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),

View File

@@ -39,7 +39,7 @@
$.ajax({
type: 'POST',
async:false,
url: 'http://php-api.juip.com/jinqiao/index/get_key',
url: 'https://php-api.juip.com/jinqiao/index/get_key',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),

View File

@@ -662,7 +662,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/address_margin',
url: 'https://php-api.juip.com/jinyou/jinyoujt/address_margin',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -691,7 +691,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip_list',
url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip_list',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -747,7 +747,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip',
url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(data),
@@ -916,7 +916,7 @@
$("#huohu").hide();
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/index?user='+account+'&password='+pass,
url: 'https://php-api.juip.com/product/AccountAddress/index?user='+account+'&password='+pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -938,7 +938,7 @@
$("#huohu").hide();
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/indexXigua?user='+account+'&password='+pass,
url: 'https://php-api.juip.com/product/AccountAddress/indexXigua?user='+account+'&password='+pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -959,7 +959,7 @@
$("#jike").hide();
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/qiangzi_address?user='+account+'&password='+pass,
url: 'https://php-api.juip.com/product/AccountAddress/qiangzi_address?user='+account+'&password='+pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -974,7 +974,7 @@
$("#jike").hide();
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/getList?user='+account+'&password='+pass,
url: 'https://php-api.juip.com/product/AccountAddress/getList?user='+account+'&password='+pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -992,7 +992,7 @@
if (n==1){
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/index?user='+this.assign_account+'&password='+this.assign_pass,
url: 'https://php-api.juip.com/product/AccountAddress/index?user='+this.assign_account+'&password='+this.assign_pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -1006,7 +1006,7 @@
if (n==2){
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/product/AccountAddress/index2?user='+this.assign_account+'&password='+this.assign_pass,
url: 'https://php-api.juip.com/product/AccountAddress/index2?user='+this.assign_account+'&password='+this.assign_pass,
dataType: "json",
contentType: "application/json",
success: function (res) {
@@ -1036,7 +1036,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/setAddress',
url: 'https://php-api.juip.com/product/AccountAddress/setAddress',
dataType: "json",
data:JSON.stringify(data),
contentType: "application/json",
@@ -1068,7 +1068,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/qiangzi',
url: 'https://php-api.juip.com/product/AccountAddress/qiangzi',
dataType: "json",
data:JSON.stringify(data),
contentType: "application/json",
@@ -1099,7 +1099,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/selectXigua',
url: 'https://php-api.juip.com/product/AccountAddress/selectXigua',
dataType: "json",
data:JSON.stringify(data),
contentType: "application/json",
@@ -1130,7 +1130,7 @@
}
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/select',
url: 'https://php-api.juip.com/product/AccountAddress/select',
dataType: "json",
data:JSON.stringify(data),
contentType: "application/json",

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),

View File

@@ -49,7 +49,7 @@
$.ajax({
type: 'POST',
async:false,
url: 'http://php-api.juip.com/ros/order/getList',
url: 'https://php-api.juip.com/ros/order/getList',
dataType: "json",
contentType: "application/json",
data: JSON.stringify(cashOutData),

View File

@@ -58,7 +58,7 @@
$.ajax({
type: 'POST',
url: 'http://php-api.juip.com/tencent/index/upload',
url: 'https://php-api.juip.com/tencent/index/upload',
dataType: "json",
async:false,
contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false