http->https
This commit is contained in:
@@ -398,7 +398,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/script/linedata/display.php?product=' + ProductId,
|
||||
url: 'https://php-api.juip.com/script/linedata/display.php?product=' + ProductId,
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -428,7 +428,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data,
|
||||
url: 'https://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data,
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -444,7 +444,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data,
|
||||
url: 'https://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data,
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -456,64 +456,64 @@
|
||||
export_data(){
|
||||
switch(this.product_id){
|
||||
case 0:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/all.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/all.csv';
|
||||
break;
|
||||
case 2:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/xunlian.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/xunlian.csv';
|
||||
break;
|
||||
case 4:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/jinrui.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/jinrui.csv';
|
||||
break;
|
||||
case 5:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/laoying.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/laoying.csv';
|
||||
break;
|
||||
case 6:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/xianfeng.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/xianfeng.csv';
|
||||
break;
|
||||
case 10:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/wuxian.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/wuxian.csv';
|
||||
break;
|
||||
case 13:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/jike.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/jike.csv';
|
||||
break;
|
||||
case 17:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/xigua.csv';
|
||||
break;
|
||||
case 18:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/mogu.csv';
|
||||
break;
|
||||
case 14:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/tiantian.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/tiantian.csv';
|
||||
break;
|
||||
case 15:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/gongxiang.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/gongxiang.csv';
|
||||
break;
|
||||
case 16:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/shihui.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/shihui.csv';
|
||||
break;
|
||||
case 1:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/qiangzi.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/qiangzi.csv';
|
||||
break;
|
||||
case 8:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/xingxing.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/xingxing.csv';
|
||||
break;
|
||||
case 17:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/xigua.csv';
|
||||
break;
|
||||
case 18:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/mogu.csv';
|
||||
break;
|
||||
case 19:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/huohu.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/huohu.csv';
|
||||
break;
|
||||
case 25:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/qiangzijt.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/qiangzijt.csv';
|
||||
break;
|
||||
case 26:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/liebao.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/liebao.csv';
|
||||
break;
|
||||
case 27:
|
||||
self.location.href='http://php-api.juip.com/script/linedata/data/download/qilin.csv';
|
||||
self.location.href='https://php-api.juip.com/script/linedata/data/download/qilin.csv';
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
@@ -782,10 +782,10 @@
|
||||
cookie:document.cookie,
|
||||
}
|
||||
|
||||
var url = 'http://php-api.juip.com/jinyou/api/getPackage?type=';
|
||||
var url = 'https://php-api.juip.com/jinyou/api/getPackage?type=';
|
||||
|
||||
if ( @(userid) != 0 ) {
|
||||
url = 'http://php-api.juip.com/jinyou/Jinyoujt/getPackage?type=';
|
||||
url = 'https://php-api.juip.com/jinyou/Jinyoujt/getPackage?type=';
|
||||
}
|
||||
|
||||
var that = this;
|
||||
@@ -892,7 +892,7 @@
|
||||
var that = this;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/jinyou/api/gameList',
|
||||
url: 'https://php-api.juip.com/jinyou/api/gameList',
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -919,7 +919,7 @@
|
||||
var that = this;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/jinyou/api/regionSurplusOuts?product_id='+this.qilin.product_id+'&is_unshar='+this.qilin.is_unshar+'&game_id='+this.qilin.game_id,
|
||||
url: 'https://php-api.juip.com/jinyou/api/regionSurplusOuts?product_id='+this.qilin.product_id+'&is_unshar='+this.qilin.is_unshar+'&game_id='+this.qilin.game_id,
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -991,7 +991,7 @@
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://php-api.juip.com/jinyou/jinyoujt/create_order',
|
||||
url: 'https://php-api.juip.com/jinyou/jinyoujt/create_order',
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
var flag = {};
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo',
|
||||
url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: 'http://php-api.juip.com/ros/index/getList',
|
||||
url: 'https://php-api.juip.com/ros/index/getList',
|
||||
dataType: "json",
|
||||
async:false,
|
||||
success: function (res) {
|
||||
@@ -297,7 +297,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo',
|
||||
url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
@@ -318,7 +318,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://php-api.juip.com/ros/Buyer/updateBuyerInfo',
|
||||
url: 'https://php-api.juip.com/ros/Buyer/updateBuyerInfo',
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
@@ -338,17 +338,17 @@
|
||||
},
|
||||
pay() {
|
||||
|
||||
let url = 'http://php-api.juip.com/ros/order/wxpay';
|
||||
let url = 'https://php-api.juip.com/ros/order/wxpay';
|
||||
|
||||
switch(this.pay_type) {
|
||||
case '1':
|
||||
url = 'http://php-api.juip.com/ros/order/wxpay';
|
||||
url = 'https://php-api.juip.com/ros/order/wxpay';
|
||||
break;
|
||||
case '2':
|
||||
url = 'http://php-api.juip.com/ros/order/alipay';
|
||||
url = 'https://php-api.juip.com/ros/order/alipay';
|
||||
break;
|
||||
case '3':
|
||||
url = 'http://php-api.juip.com/ros/order/balancepay';
|
||||
url = 'https://php-api.juip.com/ros/order/balancepay';
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@@ -33,17 +33,17 @@
|
||||
<br>
|
||||
} else if (item.Id == 20) {
|
||||
<p>无极</p>
|
||||
<p><a href="http://mp4.juip.com/wj20220104a.apk"> <button type="button" style="width:90%;" class="btnBlue">免root安卓共享独享通用</button></a></p>
|
||||
<p><a href="http://mp4.juip.com/wj_root_20220104a.apk"> <button type="button" style="width:90%;" class="btnBlue">root版安卓共享独享通用</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/wj20220104a.apk"> <button type="button" style="width:90%;" class="btnBlue">免root安卓共享独享通用</button></a></p>
|
||||
<p><a href="https://mp4.juip.com/wj_root_20220104a.apk"> <button type="button" style="width:90%;" class="btnBlue">root版安卓共享独享通用</button></a></p><br>
|
||||
|
||||
<p><a href="https://apps.apple.com/cn/app/jie-zou-da-shi/id1448657437"> <button style="width:90%;" type="button" class="btnBlue">ios客户端</button></a></p> <br>
|
||||
}
|
||||
|
||||
|
||||
@if (item.Id == 26) {
|
||||
<p><a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93ikev2%E7%89%88.apk"> <button type="button" style="width:90%;" class="btnBlue">安卓ikev</button></a></p>
|
||||
<p><a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93ikev2%E7%89%88.apk"> <button type="button" style="width:90%;" class="btnBlue">安卓ikev</button></a></p>
|
||||
<br>
|
||||
<p><a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp%E7%89%88.apk"> <button type="button" style="width:90%;" class="btnBlue">安卓sstp</button></a></p>
|
||||
<p><a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp%E7%89%88.apk"> <button type="button" style="width:90%;" class="btnBlue">安卓sstp</button></a></p>
|
||||
<br>
|
||||
}
|
||||
|
||||
@@ -57,26 +57,26 @@
|
||||
@*<p><img src="@P(item.Image)"></p>*@
|
||||
<p>代理商专用客户端</p>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%98%91%E8%8F%87IP-2-17.zip"> <button style="width:90%;" type="button" class="btnBlue">蘑菇IP-电脑端</button></a></p>
|
||||
<p><a href="http://mp4.juip.com/%E8%98%91%E8%8F%87IP%E7%BA%AF%E5%87%80-v1.0.apk"> <button style="width:90%;" type="button" class="btnBlue">蘑菇IP-安卓</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E4%BA%91%E7%89%9B-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">云牛IP-电脑端</button></a></p><br>
|
||||
<p><a href="http://app.ipsoft168.com:8000/yunniupubdtip.apk"> <button style="width:90%;" type="button" class="btnBlue">云牛IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E8%A5%BF%E7%93%9CIP%20-%20%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">西瓜IP-电脑版</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%A5%BF%E7%93%9CIP%E5%AE%89%E5%8D%93%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">西瓜IP-安卓</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E8%98%91%E8%8F%87IP%E7%BA%AF%E5%87%80-v1.0.apk"> <button style="width:90%;" type="button" class="btnBlue">蘑菇IP-安卓</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E4%BA%91%E7%89%9B-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">云牛IP-电脑端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/yunniupubdtip.apk"> <button style="width:90%;" type="button" class="btnBlue">云牛IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E8%A5%BF%E7%93%9CIP%20-%20%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">西瓜IP-电脑版</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E8%A5%BF%E7%93%9CIP%E5%AE%89%E5%8D%93%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">西瓜IP-安卓</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E5%BC%BA%E5%AD%90IP%E7%94%B5%E8%84%91%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button style="width:90%;" type="button" class="btnBlue">强子IP-电脑版</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E5%BC%BA%E5%AD%90IP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">强子IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E5%BC%BA%E5%AD%90IP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">强子IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%AE%AF%E8%BF%9EIP%E7%94%B5%E8%84%91%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.rar"> <button style="width:90%;" type="button" class="btnBlue">迅连IP-电脑版</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E8%AE%AF%E8%BF%9EIP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">讯连IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E6%9E%81%E5%AE%A2IP%E4%BB%A3%E7%90%86%E7%89%88%203.5.rar"> <button style="width:90%;" type="button" class="btnBlue">极客IP-电脑版</button></a></p><br>
|
||||
<p><a href="http://wuxinxikehuduan.image.qiangzipptp.top/%E6%9E%81%E5%AE%A2IP%E5%AE%89%E5%8D%93%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">极客IP-安卓</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E8%AE%AF%E8%BF%9EIP%E5%AE%89%E5%8D%93%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">讯连IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E6%9E%81%E5%AE%A2IP%E4%BB%A3%E7%90%86%E7%89%88%203.5.rar"> <button style="width:90%;" type="button" class="btnBlue">极客IP-电脑版</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E6%9E%81%E5%AE%A2IP%E5%AE%89%E5%8D%93%E4%BB%A3%E7%90%86%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">极客IP-安卓</button></a></p><br>
|
||||
|
||||
<p><a href="http://mp4.juip.com/%E7%81%AB%E7%8B%90-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">火狐IP-电脑端</button></a></p><br>
|
||||
<p><a href="http://app.cn98.net:8000/huohupubnet.apk"> <button style="width:90%;" type="button" class="btnBlue">火狐IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">水滴IP-电脑版</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">水滴IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E9%BA%92%E9%BA%9F%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">麒麟IP-电脑端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E9%BA%92%E9%BA%9F%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">麒麟IP-安卓端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-电脑端</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93kiev2-HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-安卓ikev</button></a></p><br>
|
||||
<p><a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp-HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-安卓sstp</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E7%81%AB%E7%8B%90-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button style="width:90%;" type="button" class="btnBlue">火狐IP-电脑端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/huohupubnet.apk"> <button style="width:90%;" type="button" class="btnBlue">火狐IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">水滴IP-电脑版</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">水滴IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E9%BA%92%E9%BA%9F%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">麒麟IP-电脑端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E9%BA%92%E9%BA%9F%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">麒麟IP-安卓端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-电脑端</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93kiev2-HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-安卓ikev</button></a></p><br>
|
||||
<p><a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp-HZ%E7%89%88.apk"> <button style="width:90%;" type="button" class="btnBlue">猎豹IP-安卓sstp</button></a></p><br>
|
||||
</div>
|
||||
</div>
|
||||
@@ -32,7 +32,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),
|
||||
|
||||
@@ -42,7 +42,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),
|
||||
|
||||
@@ -25,7 +25,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),
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="~/m/css/bootstrap.css" />
|
||||
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<script src="~/m/js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
|
||||
<script src="https://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
|
||||
<script src="~/js/vue.js"></script>
|
||||
<script src="~/m/js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="~/m/js/bootstrap.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<link href="~/m/css/LCalendar.css" rel="stylesheet" />
|
||||
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<script src="~/m/js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
|
||||
<script src="https://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
|
||||
<script src="~/js/vue.js"></script>
|
||||
<script src="~/m/js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="~/m/js/bootstrap.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
@@ -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