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

@@ -398,7 +398,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -428,7 +428,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -444,7 +444,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -456,64 +456,64 @@
export_data(){ export_data(){
switch(this.product_id){ switch(this.product_id){
case 0: 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; break;
case 2: 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; break;
case 4: 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; break;
case 5: 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; break;
case 6: 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; break;
case 10: 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; break;
case 13: 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; break;
case 17: 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; break;
case 18: 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; break;
case 14: 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; break;
case 15: 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; break;
case 16: 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; break;
case 1: 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; break;
case 8: 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; break;
case 17: 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; break;
case 18: 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; break;
case 19: 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; break;
case 25: 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; break;
case 26: 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; break;
case 27: 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; break;
} }
}, },

View File

@@ -782,10 +782,10 @@
cookie:document.cookie, 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 ) { 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; var that = this;
@@ -892,7 +892,7 @@
var that = this; var that = this;
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: 'http://php-api.juip.com/jinyou/api/gameList', url: 'https://php-api.juip.com/jinyou/api/gameList',
dataType: "json", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -919,7 +919,7 @@
var that = this; var that = this;
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -991,7 +991,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/create_order', url: 'https://php-api.juip.com/jinyou/jinyoujt/create_order',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),

View File

@@ -230,7 +230,7 @@
var flag = {}; var flag = {};
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -264,7 +264,7 @@
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: 'http://php-api.juip.com/ros/index/getList', url: 'https://php-api.juip.com/ros/index/getList',
dataType: "json", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -297,7 +297,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -318,7 +318,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/updateBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/updateBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -338,17 +338,17 @@
}, },
pay() { 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) { switch(this.pay_type) {
case '1': case '1':
url = 'http://php-api.juip.com/ros/order/wxpay'; url = 'https://php-api.juip.com/ros/order/wxpay';
break; break;
case '2': case '2':
url = 'http://php-api.juip.com/ros/order/alipay'; url = 'https://php-api.juip.com/ros/order/alipay';
break; break;
case '3': case '3':
url = 'http://php-api.juip.com/ros/order/balancepay'; url = 'https://php-api.juip.com/ros/order/balancepay';
break; break;
} }

View File

@@ -33,17 +33,17 @@
<br> <br>
} else if (item.Id == 20) { } else if (item.Id == 20) {
<p>无极</p> <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="https://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/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> <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) { @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> <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> <br>
} }
@@ -57,26 +57,26 @@
@*<p><img src="@P(item.Image)"></p>*@ @*<p><img src="@P(item.Image)"></p>*@
<p>代理商专用客户端</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://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="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="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="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="http://app.ipsoft168.com:8000/yunniupubdtip.apk"> <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="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="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="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%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%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%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="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="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="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="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/%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="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="http://app.cn98.net:8000/huohupubnet.apk"> <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="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="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="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="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="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="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="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="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="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="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="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="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="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%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>
</div> </div>

View File

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

View File

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

View File

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

View File

@@ -50,7 +50,7 @@
<link rel="stylesheet" type="text/css" href="~/m/css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="~/m/css/bootstrap.css" />
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/x-icon" /> <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="~/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="~/js/vue.js"></script>
<script src="~/m/js/swiper.min.js" type="text/javascript" charset="utf-8"></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> <script src="~/m/js/bootstrap.js" type="text/javascript" charset="utf-8"></script>

View File

@@ -26,7 +26,7 @@
<link href="~/m/css/LCalendar.css" rel="stylesheet" /> <link href="~/m/css/LCalendar.css" rel="stylesheet" />
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/x-icon" /> <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="~/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="~/js/vue.js"></script>
<script src="~/m/js/swiper.min.js" type="text/javascript" charset="utf-8"></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> <script src="~/m/js/bootstrap.js" type="text/javascript" charset="utf-8"></script>

View File

@@ -110,7 +110,7 @@
$("#huohu").hide(); $("#huohu").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -132,7 +132,7 @@
$("#huohu").hide(); $("#huohu").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -154,7 +154,7 @@
$("#jike").hide(); $("#jike").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -171,7 +171,7 @@
$("#jike").hide(); $("#jike").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -187,7 +187,7 @@
if (n==1){ if (n==1){
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -201,7 +201,7 @@
if (n==2){ if (n==2){
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -226,7 +226,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/select', url: 'https://php-api.juip.com/product/AccountAddress/select',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -257,7 +257,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/selectXigua', url: 'https://php-api.juip.com/product/AccountAddress/selectXigua',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -289,7 +289,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/qiangzi', url: 'https://php-api.juip.com/product/AccountAddress/qiangzi',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -325,7 +325,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/setAddress', url: 'https://php-api.juip.com/product/AccountAddress/setAddress',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",

View File

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

View File

@@ -45,7 +45,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/api/test/aliGetResult', url: 'https://php-api.juip.com/api/test/aliGetResult',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),

View File

@@ -451,7 +451,7 @@
$.ajax({ $.ajax({
type: 'POST', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -502,7 +502,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/tencent/index/upload', url: 'https://php-api.juip.com/tencent/index/upload',
dataType: "json", dataType: "json",
async:false, async:false,
contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false
@@ -627,7 +627,7 @@ var t1 = null;
// } // }
// $.ajax({ // $.ajax({
// type: 'POST', // type: 'POST',
// url: 'http://php-api.juip.com/api/Realname/index', // url: 'https://php-api.juip.com/api/Realname/index',
// dataType: "json", // dataType: "json",
// contentType: "application/json", // contentType: "application/json",
// data: JSON.stringify(data), // data: JSON.stringify(data),
@@ -676,7 +676,7 @@ var t1 = null;
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/api/test/aliverify', url: 'https://php-api.juip.com/api/test/aliverify',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -714,7 +714,7 @@ var t1 = null;
// } // }
// $.ajax({ // $.ajax({
// type: 'POST', // type: 'POST',
// url: 'http://php-api.juip.com/api/Realname/index', // url: 'https://php-api.juip.com/api/Realname/index',
// dataType: "json", // dataType: "json",
// contentType: "application/json", // contentType: "application/json",
// data: JSON.stringify(data), // data: JSON.stringify(data),
@@ -760,7 +760,7 @@ var t1 = null;
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/api/test/aliGetResult', url: 'https://php-api.juip.com/api/test/aliGetResult',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -814,7 +814,7 @@ var t1 = null;
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/order/CashOutIndex/index', url: 'https://php-api.juip.com/order/CashOutIndex/index',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),

View File

@@ -15,7 +15,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
async:false, async:false,
url: 'http://php-api.juip.com/api/Realname/index', url: 'https://php-api.juip.com/api/Realname/index',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(realverify), data: JSON.stringify(realverify),
@@ -554,7 +554,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/address_margin', url: 'https://php-api.juip.com/jinyou/jinyoujt/address_margin',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -583,7 +583,7 @@
$.ajax({ $.ajax({
type: 'POST', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -639,7 +639,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip', url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),

View File

@@ -50,7 +50,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),
@@ -77,7 +77,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),
@@ -104,7 +104,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),

View File

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

View File

@@ -552,7 +552,7 @@
</div> </div>
<div class="row text-center"> <div class="row text-center">
<div class="col-md-4"> <div class="col-md-4">
<a style="cursor:pointer;" href="http://www.juip.com/product/index" type="button" class="btn btn-primary" >查看活动</a> <a style="cursor:pointer;" href="/product/index" type="button" class="btn btn-primary" >查看活动</a>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<a style="cursor:pointer" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true&_pid=l1gunh.657dox.kjy6xnny" type="button" class="btn btn-danger quxiao" >联系客服</a> <a style="cursor:pointer" href="https://admin.qidian.qq.com/template/blue/mp/menu/qr-code-jump.html?linkType=0&env=ol&kfuin=2852138148&fid=299&key=f377ec024ca45115a03a7632c7bda230&cate=1&source=&isLBS=&isCustomEntry=&type=16&ftype=1&_type=wpa&qidian=true&_pid=l1gunh.657dox.kjy6xnny" type="button" class="btn btn-danger quxiao" >联系客服</a>

View File

@@ -206,7 +206,7 @@
</div> </div>
<div class="col-lg-10"> <div class="col-lg-10">
<p style="margin:0 0 0 10px;font-size:15px;color:#00a63f;font-weight: bold;"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条</p> <p style="margin:0 0 0 10px;font-size:15px;color:#00a63f;font-weight: bold;"><img src="~/img/shuju.png">实时总线路:{{count}}条<img src="~/img/shuju.png">实时可用线路:{{use_count}}条</p>
<p style=" font-size:15px;color:#FF0033;margin-bottom:30px;color:#00a63f;font-weight: bold;">{{search_field}}-每5分钟更新一次,禁止频繁访问!http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p> <p style=" font-size:15px;color:#FF0033;margin-bottom:30px;color:#00a63f;font-weight: bold;">{{search_field}}-每5分钟更新一次,禁止频繁访问!https://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p>
</div> </div>
@@ -475,7 +475,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -514,7 +514,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -531,7 +531,7 @@
} }
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -543,70 +543,70 @@
export_data(){ export_data(){
switch(this.product_id){ switch(this.product_id){
case 0: 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; break;
case 2: 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; break;
case 4: 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; break;
case 5: 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; break;
case 6: 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; break;
case 10: 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; break;
case 13: 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; break;
case 17: 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; break;
case 18: 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; break;
case 14: 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; break;
case 15: 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; break;
case 16: 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; break;
case 1: 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; break;
case 8: 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; break;
case 17: 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; break;
case 18: 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; break;
case 22: case 22:
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; break;
case 23: case 23:
self.location.href='http://php-api.juip.com/script/linedata/data/download/yunniu.csv'; self.location.href='https://php-api.juip.com/script/linedata/data/download/yunniu.csv';
break; break;
case 25: 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; break;
case 26: 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; break;
case 27: 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; break;
case 28: case 28:
self.location.href='http://php-api.juip.com/script/linedata/data/download/qilinjt.csv'; self.location.href='https://php-api.juip.com/script/linedata/data/download/qilinjt.csv';
break; break;
} }
} }

View File

@@ -928,7 +928,7 @@ $(document).on("ready", function(e) {
var that = this var that = this
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/product/city', url: 'https://php-api.juip.com/http/product/city',
dataType: "json", dataType: "json",
async:false, async:false,
data:this.game, data:this.game,
@@ -942,7 +942,7 @@ $(document).on("ready", function(e) {
var that = this var that = this
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/product/game', url: 'https://php-api.juip.com/http/product/game',
dataType: "json", dataType: "json",
async:false, async:false,
data:this.game, data:this.game,
@@ -977,7 +977,7 @@ $(document).on("ready", function(e) {
var that = this var that = this
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/product/linecount', url: 'https://php-api.juip.com/http/product/linecount',
dataType: "json", dataType: "json",
async:false, async:false,
data:this.game, data:this.game,
@@ -1111,7 +1111,7 @@ $(document).on("ready", function(e) {
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/order/create_order', url: 'https://php-api.juip.com/http/order/create_order',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -1155,7 +1155,7 @@ $(document).on("ready", function(e) {
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/get_balance', url: 'https://php-api.juip.com/http/user/get_balance',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -1195,7 +1195,7 @@ $(document).on("ready", function(e) {
}; };
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/product/calc_price', url: 'https://php-api.juip.com/http/product/calc_price',
dataType: "json", dataType: "json",
async:false, async:false,
data: this.order_info, data: this.order_info,

View File

@@ -1123,10 +1123,10 @@
cookie:document.cookie, 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 ) { 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; var that = this;
@@ -1233,7 +1233,7 @@
var that = this; var that = this;
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: 'http://php-api.juip.com/jinyou/api/gameList', url: 'https://php-api.juip.com/jinyou/api/gameList',
dataType: "json", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -1260,7 +1260,7 @@
var that = this; var that = this;
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -1330,7 +1330,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/create_order', url: 'https://php-api.juip.com/jinyou/jinyoujt/create_order',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),

View File

@@ -448,7 +448,7 @@ p{
cookie:document.cookie, cookie:document.cookie,
} }
var url = 'http://php-api.juip.com/jinqiao/index/get_init'; var url = 'https://php-api.juip.com/jinqiao/index/get_init';
var that = this; var that = this;
$.ajax({ $.ajax({
@@ -490,7 +490,7 @@ p{
return; return;
} }
var url = 'http://php-api.juip.com/jinqiao/index/create_order'; var url = 'https://php-api.juip.com/jinqiao/index/create_order';
var that = this; var that = this;
$.ajax({ $.ajax({

View File

@@ -236,7 +236,7 @@
var flag = {}; var flag = {};
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -267,7 +267,7 @@
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: 'http://php-api.juip.com/ros/index/getList', url: 'https://php-api.juip.com/ros/index/getList',
dataType: "json", dataType: "json",
async:false, async:false,
success: function (res) { success: function (res) {
@@ -300,7 +300,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -321,7 +321,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/ros/Buyer/updateBuyerInfo', url: 'https://php-api.juip.com/ros/Buyer/updateBuyerInfo',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -341,17 +341,17 @@
}, },
pay() { 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) { switch(this.pay_type) {
case '1': case '1':
url = 'http://php-api.juip.com/ros/order/wxpay'; url = 'https://php-api.juip.com/ros/order/wxpay';
break; break;
case '2': case '2':
url = 'http://php-api.juip.com/ros/order/alipay'; url = 'https://php-api.juip.com/ros/order/alipay';
break; break;
case '3': case '3':
url = 'http://php-api.juip.com/ros/order/balancepay'; url = 'https://php-api.juip.com/ros/order/balancepay';
break; break;
} }

View File

@@ -56,13 +56,13 @@
@if (item.Id == 20) @if (item.Id == 20)
{ {
<div class="item" style="width: 100%;"> <div class="item" style="width: 100%;">
<a href="http://mp4.juip.com/wj20220104a.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">免root安卓共享独享通用</button></a> <a href="https://mp4.juip.com/wj20220104a.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">免root安卓共享独享通用</button></a>
</div><br><br> </div><br><br>
<div class="item" style="width: 100%;"> <div class="item" style="width: 100%;">
<a href="http://mp4.juip.com/wj_root_20220104a.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">root版安卓共享独享通用</button></a> <a href="https://mp4.juip.com/wj_root_20220104a.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">root版安卓共享独享通用</button></a>
</div><br><br> </div><br><br>
<div class="item" style="width: 100%;"> <div class="item" style="width: 100%;">
<a href="http://mp4.juip.com/%E6%97%A0%E6%9E%81-%E7%94%B5%E8%84%91.zip"> <button type="button" class="btn btn-primary" style="width: 100%;">无极电脑共享独享通用</button></a> <a href="https://mp4.juip.com/%E6%97%A0%E6%9E%81-%E7%94%B5%E8%84%91.zip"> <button type="button" class="btn btn-primary" style="width: 100%;">无极电脑共享独享通用</button></a>
</div> </div>
<br> <br>
<br> <br>
@@ -77,10 +77,10 @@
@if (item.Id == 26) { @if (item.Id == 26) {
<div class="item" style="width: 50%;"> <div class="item" style="width: 50%;">
<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" class="btn btn-primary" style="width: 100%;">安卓ikev2</button></a> <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" class="btn btn-primary" style="width: 100%;">安卓ikev2</button></a>
</div> </div>
<div class="item" style="width: 50%;"> <div class="item" style="width: 50%;">
<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" class="btn btn-primary" style="width: 100%;">安卓sstp</button></a> <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" class="btn btn-primary" style="width: 100%;">安卓sstp</button></a>
</div> </div>
} }
@@ -97,10 +97,10 @@
</div> </div>
<div class="item" style="width: 100%;"> <div class="item" style="width: 100%;">
<a href="http://mp4.juip.com/vpnclient-x32.zip"> <button type="button" class="btn btn-primary" style="width: 100%;">通用版电脑拨号器</button></a> <a href="https://mp4.juip.com/vpnclient-x32.zip"> <button type="button" class="btn btn-primary" style="width: 100%;">通用版电脑拨号器</button></a>
</div><br><br> </div><br><br>
<div class="item" style="width: 100%;"> <div class="item" style="width: 100%;">
<a href="http://mp4.juip.com/sstp%20vpn.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">通用版sstp安卓客户端</button></a> <a href="https://mp4.juip.com/sstp%20vpn.apk"> <button type="button" class="btn btn-primary" style="width: 100%;">通用版sstp安卓客户端</button></a>
</div> </div>
</div> </div>
@@ -112,80 +112,80 @@
代理商专用客户端 代理商专用客户端
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E8%98%91%E8%8F%87IP-2-17.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">蘑菇IP-电脑端</button></a> <a href="https://mp4.juip.com/%E8%98%91%E8%8F%87IP-2-17.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">蘑菇IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E8%98%91%E8%8F%87IP%E7%BA%AF%E5%87%80-v1.0.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">蘑菇IP-安卓版</button></a> <a href="https://mp4.juip.com/%E8%98%91%E8%8F%87IP%E7%BA%AF%E5%87%80-v1.0.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">蘑菇IP-安卓版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E4%BA%91%E7%89%9B-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">云牛IP-电脑端</button></a> <a href="https://mp4.juip.com/%E4%BA%91%E7%89%9B-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">云牛IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://app.ipsoft168.com:8000/yunniupubdtip.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">云牛IP-安卓端</button></a> <a href="https://mp4.juip.com/yunniupubdtip.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">云牛IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E8%A5%BF%E7%93%9CIP-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">西瓜IP-电脑版</button></a> <a href="https://mp4.juip.com/%E8%A5%BF%E7%93%9CIP-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">西瓜IP-电脑版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">西瓜IP-安卓版</button></a> <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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">西瓜IP-安卓版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E5%BC%BA%E5%AD%90IP%E7%94%B5%E8%84%91%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">强子IP-电脑版</button></a> <a href="https://mp4.juip.com/%E5%BC%BA%E5%AD%90IP%E7%94%B5%E8%84%91%E7%AB%AF-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">强子IP-电脑版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">强子IP-安卓端</button></a> <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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">强子IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E8%AE%AF%E8%BF%9EIP%E7%94%B5%E8%84%91%E7%AB%AF-%20%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">迅连IP-电脑版</button></a> <a href="https://mp4.juip.com/%E8%AE%AF%E8%BF%9EIP%E7%94%B5%E8%84%91%E7%AB%AF-%20%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">迅连IP-电脑版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">讯连IP-安卓端</button></a> <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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">讯连IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E6%9E%81%E5%AE%A2IP%E4%BB%A3%E7%90%86%E7%89%88%203.5.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">极客IP-电脑版</button></a> <a href="https://mp4.juip.com/%E6%9E%81%E5%AE%A2IP%E4%BB%A3%E7%90%86%E7%89%88%203.5.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">极客IP-电脑版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">极客IP-安卓版</button></a> <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 type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">极客IP-安卓版</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E7%81%AB%E7%8B%90-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">火狐IP-电脑端</button></a> <a href="https://mp4.juip.com/%E7%81%AB%E7%8B%90-%E4%BB%A3%E7%90%86%E7%89%88.zip"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">火狐IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://app.cn98.net:8000/huohupubnet.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">火狐IP-安卓端</button></a> <a href="https://mp4.juip.com/huohupubnet.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">火狐IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">水滴IP-电脑端</button></a> <a href="https://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">水滴IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">水滴IP-安卓端</button></a> <a href="https://mp4.juip.com/%E6%B0%B4%E6%BB%B4%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">水滴IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E9%BA%92%E9%BA%9F%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">麒麟IP-电脑端</button></a> <a href="https://mp4.juip.com/%E9%BA%92%E9%BA%9F%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">麒麟IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E9%BA%92%E9%BA%9F%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">麒麟IP-安卓端</button></a> <a href="https://mp4.juip.com/%E9%BA%92%E9%BA%9F%E5%AE%89%E5%8D%93HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">麒麟IP-安卓端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-电脑端</button></a> <a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E7%94%B5%E8%84%91HZ%E7%89%88.exe"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-电脑端</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93kiev2-HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-安卓ikev2</button></a> <a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93kiev2-HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-安卓ikev2</button></a>
</div> </div>
<div class="item" style="margin-bottom: 5px;width:200px;"> <div class="item" style="margin-bottom: 5px;width:200px;">
<a href="http://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp-HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-安卓sstp</button></a> <a href="https://mp4.juip.com/%E7%8C%8E%E8%B1%B9%E5%AE%89%E5%8D%93sstp-HZ%E7%89%88.apk"> <button type="button" class="btn btn-primary" style="width: 99%;margin-right:5px">猎豹IP-安卓sstp</button></a>
</div> </div>
</div> </div>

View File

@@ -24,7 +24,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
async:false, async:false,
url: 'http://php-api.juip.com/api/Realname/index', url: 'https://php-api.juip.com/api/Realname/index',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(realverify), data: JSON.stringify(realverify),
@@ -96,7 +96,7 @@
剩余试用次数<span style="color:red">@(Model.RestTimes)</span> 剩余试用次数<span style="color:red">@(Model.RestTimes)</span>
</div> </div>
<div style="text-align: center;"> <div style="text-align: center;">
<a href='http://www.juip.com/User/Index' class="item tip"></a> <a href='/User/Index' class="item tip"></a>
</div> </div>
<div class="item tijiao lingqu"> <div class="item tijiao lingqu">
@if (Model.RestTimes > 0 && Model.Package.Status == 1) @if (Model.RestTimes > 0 && Model.Package.Status == 1)

View File

@@ -49,7 +49,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
async:false, async:false,
url: 'http://php-api.juip.com/api/Realname/index', url: 'https://php-api.juip.com/api/Realname/index',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(realverify), data: JSON.stringify(realverify),
@@ -720,7 +720,7 @@
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
async:false, async:false,
url: 'http://php-api.juip.com/agent/index/isverify?phone='+phone, url: 'https://php-api.juip.com/agent/index/isverify?phone='+phone,
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
crossDomain: true, crossDomain: true,

View File

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

View File

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

View File

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

View File

@@ -501,7 +501,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_package', url: 'https://php-api.juip.com/http/user/dx_package',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -522,7 +522,7 @@
$.ajax({ $.ajax({
type: 'POST', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -548,7 +548,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/dx_order', url: 'https://php-api.juip.com/http/user/dx_order',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -618,7 +618,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/order/rebuy_order', url: 'https://php-api.juip.com/http/order/rebuy_order',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -721,7 +721,7 @@
}; };
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/product/calc_price', url: 'https://php-api.juip.com/http/product/calc_price',
dataType: "json", dataType: "json",
async:false, async:false,
data: this.order_info, data: this.order_info,

View File

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

View File

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

View File

@@ -57,7 +57,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/white_list', url: 'https://php-api.juip.com/http/user/white_list',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -79,7 +79,7 @@
$.ajax({ $.ajax({
type: 'POST', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -104,7 +104,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/lock_ip', url: 'https://php-api.juip.com/http/user/lock_ip',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(dataa), data: JSON.stringify(dataa),
@@ -128,7 +128,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/http/user/delete_ip', url: 'https://php-api.juip.com/http/user/delete_ip',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(dataa), data: JSON.stringify(dataa),

View File

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

View File

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

View File

@@ -662,7 +662,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/address_margin', url: 'https://php-api.juip.com/jinyou/jinyoujt/address_margin',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -691,7 +691,7 @@
$.ajax({ $.ajax({
type: 'POST', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -747,7 +747,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip', url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(data), data: JSON.stringify(data),
@@ -916,7 +916,7 @@
$("#huohu").hide(); $("#huohu").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -938,7 +938,7 @@
$("#huohu").hide(); $("#huohu").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -959,7 +959,7 @@
$("#jike").hide(); $("#jike").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -974,7 +974,7 @@
$("#jike").hide(); $("#jike").hide();
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -992,7 +992,7 @@
if (n==1){ if (n==1){
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -1006,7 +1006,7 @@
if (n==2){ if (n==2){
$.ajax({ $.ajax({
type: 'GET', 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", dataType: "json",
contentType: "application/json", contentType: "application/json",
success: function (res) { success: function (res) {
@@ -1036,7 +1036,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/setAddress', url: 'https://php-api.juip.com/product/AccountAddress/setAddress',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -1068,7 +1068,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/qiangzi', url: 'https://php-api.juip.com/product/AccountAddress/qiangzi',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -1099,7 +1099,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/selectXigua', url: 'https://php-api.juip.com/product/AccountAddress/selectXigua',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",
@@ -1130,7 +1130,7 @@
} }
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'http://php-api.juip.com/product/AccountAddress/select', url: 'https://php-api.juip.com/product/AccountAddress/select',
dataType: "json", dataType: "json",
data:JSON.stringify(data), data:JSON.stringify(data),
contentType: "application/json", contentType: "application/json",

View File

@@ -52,7 +52,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),
@@ -79,7 +79,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),
@@ -106,7 +106,7 @@
$.ajax({ $.ajax({
type: 'post', type: 'post',
async:false, async:false,
url: 'http://php-api.juip.com/user/UserScore/getList', url: 'https://php-api.juip.com/user/UserScore/getList',
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify(cashOutData), data: JSON.stringify(cashOutData),

View File

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

View File

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