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