http->https
This commit is contained in:
@@ -110,7 +110,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) {
|
||||
@@ -132,7 +132,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) {
|
||||
@@ -154,7 +154,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) {
|
||||
@@ -171,7 +171,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) {
|
||||
@@ -187,7 +187,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) {
|
||||
@@ -201,7 +201,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) {
|
||||
@@ -226,7 +226,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",
|
||||
@@ -257,7 +257,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",
|
||||
@@ -289,7 +289,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",
|
||||
@@ -325,7 +325,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",
|
||||
|
||||
@@ -39,7 +39,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),
|
||||
|
||||
@@ -45,7 +45,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),
|
||||
|
||||
@@ -451,7 +451,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),
|
||||
@@ -502,7 +502,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
|
||||
@@ -627,7 +627,7 @@ var t1 = null;
|
||||
// }
|
||||
// $.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),
|
||||
@@ -676,7 +676,7 @@ var t1 = null;
|
||||
|
||||
$.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),
|
||||
@@ -714,7 +714,7 @@ var t1 = null;
|
||||
// }
|
||||
// $.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),
|
||||
@@ -760,7 +760,7 @@ var t1 = null;
|
||||
}
|
||||
$.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),
|
||||
@@ -814,7 +814,7 @@ var t1 = null;
|
||||
}
|
||||
$.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),
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
async:false,
|
||||
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(realverify),
|
||||
@@ -554,7 +554,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),
|
||||
@@ -583,7 +583,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),
|
||||
@@ -639,7 +639,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),
|
||||
|
||||
@@ -50,7 +50,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),
|
||||
@@ -77,7 +77,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),
|
||||
@@ -104,7 +104,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),
|
||||
|
||||
@@ -43,7 +43,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),
|
||||
|
||||
Reference in New Issue
Block a user