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