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

@@ -552,7 +552,7 @@
</div>
<div class="row text-center">
<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 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>

View File

@@ -206,7 +206,7 @@
</div>
<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=" 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>
@@ -475,7 +475,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) {
@@ -514,7 +514,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) {
@@ -531,7 +531,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) {
@@ -543,70 +543,70 @@
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 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;
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;
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;
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;
}
}

View File

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

View File

@@ -1123,10 +1123,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;
@@ -1233,7 +1233,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) {
@@ -1260,7 +1260,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) {
@@ -1330,7 +1330,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),

View File

@@ -448,7 +448,7 @@ p{
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;
$.ajax({
@@ -490,7 +490,7 @@ p{
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;
$.ajax({

View File

@@ -236,7 +236,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),
@@ -267,7 +267,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) {
@@ -300,7 +300,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),
@@ -321,7 +321,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),
@@ -341,17 +341,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;
}

View File

@@ -56,13 +56,13 @@
@if (item.Id == 20)
{
<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 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 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>
<br>
<br>
@@ -77,10 +77,10 @@
@if (item.Id == 26) {
<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 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>
}
@@ -97,10 +97,10 @@
</div>
<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 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>
@@ -112,80 +112,80 @@
代理商专用客户端
</div>
<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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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>

View File

@@ -24,7 +24,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),
@@ -96,7 +96,7 @@
剩余试用次数<span style="color:red">@(Model.RestTimes)</span>
</div>
<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 class="item tijiao lingqu">
@if (Model.RestTimes > 0 && Model.Package.Status == 1)

View File

@@ -49,7 +49,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),
@@ -720,7 +720,7 @@
$.ajax({
type: 'GET',
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",
contentType: "application/json",
crossDomain: true,

View File

@@ -23,7 +23,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),

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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