diff --git a/Host/Views.Mobile/LineList/Index.cshtml b/Host/Views.Mobile/LineList/Index.cshtml index 56e0106..9655234 100644 --- a/Host/Views.Mobile/LineList/Index.cshtml +++ b/Host/Views.Mobile/LineList/Index.cshtml @@ -398,7 +398,7 @@ } $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/script/linedata/display.php?product=' + ProductId, + url: 'https://php-api.juip.com/script/linedata/display.php?product=' + ProductId, dataType: "json", async:false, success: function (res) { @@ -428,7 +428,7 @@ } $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data, + url: 'https://php-api.juip.com/script/linedata/search.php?type=1&info=' + this.search_all_data, dataType: "json", async:false, success: function (res) { @@ -444,7 +444,7 @@ } $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data, + url: 'https://php-api.juip.com/script/linedata/search.php?type=0&productid='+this.product_id+'&info=' + this.search_product_data, dataType: "json", async:false, success: function (res) { @@ -456,64 +456,64 @@ export_data(){ switch(this.product_id){ case 0: - self.location.href='http://php-api.juip.com/script/linedata/data/download/all.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/all.csv'; break; case 2: - self.location.href='http://php-api.juip.com/script/linedata/data/download/xunlian.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/xunlian.csv'; break; case 4: - self.location.href='http://php-api.juip.com/script/linedata/data/download/jinrui.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/jinrui.csv'; break; case 5: - self.location.href='http://php-api.juip.com/script/linedata/data/download/laoying.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/laoying.csv'; break; case 6: - self.location.href='http://php-api.juip.com/script/linedata/data/download/xianfeng.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/xianfeng.csv'; break; case 10: - self.location.href='http://php-api.juip.com/script/linedata/data/download/wuxian.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/wuxian.csv'; break; case 13: - self.location.href='http://php-api.juip.com/script/linedata/data/download/jike.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/jike.csv'; break; case 17: - self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/xigua.csv'; break; case 18: - self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/mogu.csv'; break; case 14: - self.location.href='http://php-api.juip.com/script/linedata/data/download/tiantian.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/tiantian.csv'; break; case 15: - self.location.href='http://php-api.juip.com/script/linedata/data/download/gongxiang.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/gongxiang.csv'; break; case 16: - self.location.href='http://php-api.juip.com/script/linedata/data/download/shihui.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/shihui.csv'; break; case 1: - self.location.href='http://php-api.juip.com/script/linedata/data/download/qiangzi.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/qiangzi.csv'; break; case 8: - self.location.href='http://php-api.juip.com/script/linedata/data/download/xingxing.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/xingxing.csv'; break; case 17: - self.location.href='http://php-api.juip.com/script/linedata/data/download/xigua.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/xigua.csv'; break; case 18: - self.location.href='http://php-api.juip.com/script/linedata/data/download/mogu.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/mogu.csv'; break; case 19: - self.location.href='http://php-api.juip.com/script/linedata/data/download/huohu.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/huohu.csv'; break; case 25: - self.location.href='http://php-api.juip.com/script/linedata/data/download/qiangzijt.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/qiangzijt.csv'; break; case 26: - self.location.href='http://php-api.juip.com/script/linedata/data/download/liebao.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/liebao.csv'; break; case 27: - self.location.href='http://php-api.juip.com/script/linedata/data/download/qilin.csv'; + self.location.href='https://php-api.juip.com/script/linedata/data/download/qilin.csv'; break; } }, diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index 2fde0e3..fc2efd5 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -782,10 +782,10 @@ cookie:document.cookie, } - var url = 'http://php-api.juip.com/jinyou/api/getPackage?type='; + var url = 'https://php-api.juip.com/jinyou/api/getPackage?type='; if ( @(userid) != 0 ) { - url = 'http://php-api.juip.com/jinyou/Jinyoujt/getPackage?type='; + url = 'https://php-api.juip.com/jinyou/Jinyoujt/getPackage?type='; } var that = this; @@ -892,7 +892,7 @@ var that = this; $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/jinyou/api/gameList', + url: 'https://php-api.juip.com/jinyou/api/gameList', dataType: "json", async:false, success: function (res) { @@ -919,7 +919,7 @@ var that = this; $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/jinyou/api/regionSurplusOuts?product_id='+this.qilin.product_id+'&is_unshar='+this.qilin.is_unshar+'&game_id='+this.qilin.game_id, + url: 'https://php-api.juip.com/jinyou/api/regionSurplusOuts?product_id='+this.qilin.product_id+'&is_unshar='+this.qilin.is_unshar+'&game_id='+this.qilin.game_id, dataType: "json", async:false, success: function (res) { @@ -991,7 +991,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/jinyou/jinyoujt/create_order', + url: 'https://php-api.juip.com/jinyou/jinyoujt/create_order', dataType: "json", contentType: "application/json", data: JSON.stringify(data), diff --git a/Host/Views.Mobile/Product/Routeros.cshtml b/Host/Views.Mobile/Product/Routeros.cshtml index 6056e68..fcd5d65 100644 --- a/Host/Views.Mobile/Product/Routeros.cshtml +++ b/Host/Views.Mobile/Product/Routeros.cshtml @@ -230,7 +230,7 @@ var flag = {}; $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', + url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -264,7 +264,7 @@ $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/ros/index/getList', + url: 'https://php-api.juip.com/ros/index/getList', dataType: "json", async:false, success: function (res) { @@ -297,7 +297,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/ros/Buyer/getBuyerInfo', + url: 'https://php-api.juip.com/ros/Buyer/getBuyerInfo', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -318,7 +318,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/ros/Buyer/updateBuyerInfo', + url: 'https://php-api.juip.com/ros/Buyer/updateBuyerInfo', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -338,17 +338,17 @@ }, pay() { - let url = 'http://php-api.juip.com/ros/order/wxpay'; + let url = 'https://php-api.juip.com/ros/order/wxpay'; switch(this.pay_type) { case '1': - url = 'http://php-api.juip.com/ros/order/wxpay'; + url = 'https://php-api.juip.com/ros/order/wxpay'; break; case '2': - url = 'http://php-api.juip.com/ros/order/alipay'; + url = 'https://php-api.juip.com/ros/order/alipay'; break; case '3': - url = 'http://php-api.juip.com/ros/order/balancepay'; + url = 'https://php-api.juip.com/ros/order/balancepay'; break; } diff --git a/Host/Views.Mobile/Product/Soft.cshtml b/Host/Views.Mobile/Product/Soft.cshtml index bcd8443..3e8f064 100644 --- a/Host/Views.Mobile/Product/Soft.cshtml +++ b/Host/Views.Mobile/Product/Soft.cshtml @@ -33,17 +33,17 @@
} else if (item.Id == 20) {

无极

-

-


+

+



} @if (item.Id == 26) { -

+


-

+


} @@ -57,26 +57,26 @@ @*

*@

代理商专用客户端

-


-


-


-


-


+


+


+


+


+



-


+



-


-


-


+


+


+


-


-


-


-


-


-


-


-


-


+


+


+


+


+


+


+


+


+


\ No newline at end of file diff --git a/Host/Views.Mobile/Product/Test.cshtml b/Host/Views.Mobile/Product/Test.cshtml index d058fb6..8fd53aa 100644 --- a/Host/Views.Mobile/Product/Test.cshtml +++ b/Host/Views.Mobile/Product/Test.cshtml @@ -32,7 +32,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/api/Realname/index', + url: 'https://php-api.juip.com/api/Realname/index', dataType: "json", contentType: "application/json", data: JSON.stringify(realverify), diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index f067f5d..3410af3 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -42,7 +42,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/api/Realname/index', + url: 'https://php-api.juip.com/api/Realname/index', dataType: "json", contentType: "application/json", data: JSON.stringify(realverify), diff --git a/Host/Views.Mobile/Product/rebuy.cshtml b/Host/Views.Mobile/Product/rebuy.cshtml index a917ae2..ccc4789 100644 --- a/Host/Views.Mobile/Product/rebuy.cshtml +++ b/Host/Views.Mobile/Product/rebuy.cshtml @@ -25,7 +25,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/api/Realname/index', + url: 'https://php-api.juip.com/api/Realname/index', dataType: "json", contentType: "application/json", data: JSON.stringify(realverify), diff --git a/Host/Views.Mobile/Shared/_Layout.cshtml b/Host/Views.Mobile/Shared/_Layout.cshtml index 6963fac..0ef54e3 100644 --- a/Host/Views.Mobile/Shared/_Layout.cshtml +++ b/Host/Views.Mobile/Shared/_Layout.cshtml @@ -50,7 +50,7 @@ - + diff --git a/Host/Views.Mobile/Shared/_UserLayout.cshtml b/Host/Views.Mobile/Shared/_UserLayout.cshtml index 4292a3d..b30d9de 100644 --- a/Host/Views.Mobile/Shared/_UserLayout.cshtml +++ b/Host/Views.Mobile/Shared/_UserLayout.cshtml @@ -26,7 +26,7 @@ - + diff --git a/Host/Views.Mobile/User/AssignAddress.cshtml b/Host/Views.Mobile/User/AssignAddress.cshtml index e1df1a5..54b1cac 100644 --- a/Host/Views.Mobile/User/AssignAddress.cshtml +++ b/Host/Views.Mobile/User/AssignAddress.cshtml @@ -110,7 +110,7 @@ $("#huohu").hide(); $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/index?user='+account+'&password='+pass, + url: 'https://php-api.juip.com/product/AccountAddress/index?user='+account+'&password='+pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -132,7 +132,7 @@ $("#huohu").hide(); $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/indexXigua?user='+account+'&password='+pass, + url: 'https://php-api.juip.com/product/AccountAddress/indexXigua?user='+account+'&password='+pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -154,7 +154,7 @@ $("#jike").hide(); $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/getList?user='+account+'&password='+pass, + url: 'https://php-api.juip.com/product/AccountAddress/getList?user='+account+'&password='+pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -171,7 +171,7 @@ $("#jike").hide(); $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/qiangzi_address?user='+account+'&password='+pass, + url: 'https://php-api.juip.com/product/AccountAddress/qiangzi_address?user='+account+'&password='+pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -187,7 +187,7 @@ if (n==1){ $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/index?user='+this.assign_account+'&password='+this.assign_pass, + url: 'https://php-api.juip.com/product/AccountAddress/index?user='+this.assign_account+'&password='+this.assign_pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -201,7 +201,7 @@ if (n==2){ $.ajax({ type: 'GET', - url: 'http://php-api.juip.com/product/AccountAddress/index2?user='+this.assign_account+'&password='+this.assign_pass, + url: 'https://php-api.juip.com/product/AccountAddress/index2?user='+this.assign_account+'&password='+this.assign_pass, dataType: "json", contentType: "application/json", success: function (res) { @@ -226,7 +226,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/product/AccountAddress/select', + url: 'https://php-api.juip.com/product/AccountAddress/select', dataType: "json", data:JSON.stringify(data), contentType: "application/json", @@ -257,7 +257,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/product/AccountAddress/selectXigua', + url: 'https://php-api.juip.com/product/AccountAddress/selectXigua', dataType: "json", data:JSON.stringify(data), contentType: "application/json", @@ -289,7 +289,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/product/AccountAddress/qiangzi', + url: 'https://php-api.juip.com/product/AccountAddress/qiangzi', dataType: "json", data:JSON.stringify(data), contentType: "application/json", @@ -325,7 +325,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/product/AccountAddress/setAddress', + url: 'https://php-api.juip.com/product/AccountAddress/setAddress', dataType: "json", data:JSON.stringify(data), contentType: "application/json", diff --git a/Host/Views.Mobile/User/CashOut.cshtml b/Host/Views.Mobile/User/CashOut.cshtml index 26b8239..f498257 100644 --- a/Host/Views.Mobile/User/CashOut.cshtml +++ b/Host/Views.Mobile/User/CashOut.cshtml @@ -39,7 +39,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/order/CashOutIndex/getData', + url: 'https://php-api.juip.com/order/CashOutIndex/getData', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), diff --git a/Host/Views.Mobile/User/Index.cshtml b/Host/Views.Mobile/User/Index.cshtml index 16814ba..85fbed2 100644 --- a/Host/Views.Mobile/User/Index.cshtml +++ b/Host/Views.Mobile/User/Index.cshtml @@ -45,7 +45,7 @@ } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/api/test/aliGetResult', + url: 'https://php-api.juip.com/api/test/aliGetResult', dataType: "json", contentType: "application/json", data: JSON.stringify(data), diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index eafcfb9..7e4ffd2 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -451,7 +451,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/tencent/index/get_is_upload', + url: 'https://php-api.juip.com/tencent/index/get_is_upload', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -502,7 +502,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/tencent/index/upload', + url: 'https://php-api.juip.com/tencent/index/upload', dataType: "json", async:false, contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false @@ -627,7 +627,7 @@ var t1 = null; // } // $.ajax({ // type: 'POST', - // url: 'http://php-api.juip.com/api/Realname/index', + // url: 'https://php-api.juip.com/api/Realname/index', // dataType: "json", // contentType: "application/json", // data: JSON.stringify(data), @@ -676,7 +676,7 @@ var t1 = null; $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/api/test/aliverify', + url: 'https://php-api.juip.com/api/test/aliverify', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -714,7 +714,7 @@ var t1 = null; // } // $.ajax({ // type: 'POST', - // url: 'http://php-api.juip.com/api/Realname/index', + // url: 'https://php-api.juip.com/api/Realname/index', // dataType: "json", // contentType: "application/json", // data: JSON.stringify(data), @@ -760,7 +760,7 @@ var t1 = null; } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/api/test/aliGetResult', + url: 'https://php-api.juip.com/api/test/aliGetResult', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -814,7 +814,7 @@ var t1 = null; } $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/order/CashOutIndex/index', + url: 'https://php-api.juip.com/order/CashOutIndex/index', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), diff --git a/Host/Views.Mobile/User/MyAccounts.cshtml b/Host/Views.Mobile/User/MyAccounts.cshtml index 12eb7ab..60c6649 100644 --- a/Host/Views.Mobile/User/MyAccounts.cshtml +++ b/Host/Views.Mobile/User/MyAccounts.cshtml @@ -15,7 +15,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/api/Realname/index', + url: 'https://php-api.juip.com/api/Realname/index', dataType: "json", contentType: "application/json", data: JSON.stringify(realverify), @@ -554,7 +554,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/jinyou/jinyoujt/address_margin', + url: 'https://php-api.juip.com/jinyou/jinyoujt/address_margin', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -583,7 +583,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip_list', + url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip_list', dataType: "json", contentType: "application/json", data: JSON.stringify(data), @@ -639,7 +639,7 @@ $.ajax({ type: 'POST', - url: 'http://php-api.juip.com/jinyou/jinyoujt/change_ip', + url: 'https://php-api.juip.com/jinyou/jinyoujt/change_ip', dataType: "json", contentType: "application/json", data: JSON.stringify(data), diff --git a/Host/Views.Mobile/User/MyMoney.cshtml b/Host/Views.Mobile/User/MyMoney.cshtml index 7124eaa..72d64d2 100644 --- a/Host/Views.Mobile/User/MyMoney.cshtml +++ b/Host/Views.Mobile/User/MyMoney.cshtml @@ -50,7 +50,7 @@ $.ajax({ type: 'post', async:false, - url: 'http://php-api.juip.com/user/UserScore/getList', + url: 'https://php-api.juip.com/user/UserScore/getList', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), @@ -77,7 +77,7 @@ $.ajax({ type: 'post', async:false, - url: 'http://php-api.juip.com/user/UserScore/getList', + url: 'https://php-api.juip.com/user/UserScore/getList', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), @@ -104,7 +104,7 @@ $.ajax({ type: 'post', async:false, - url: 'http://php-api.juip.com/user/UserScore/getList', + url: 'https://php-api.juip.com/user/UserScore/getList', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), diff --git a/Host/Views.Mobile/User/RosOrder.cshtml b/Host/Views.Mobile/User/RosOrder.cshtml index b690303..ee1db2b 100644 --- a/Host/Views.Mobile/User/RosOrder.cshtml +++ b/Host/Views.Mobile/User/RosOrder.cshtml @@ -43,7 +43,7 @@ $.ajax({ type: 'POST', async:false, - url: 'http://php-api.juip.com/ros/order/getList', + url: 'https://php-api.juip.com/ros/order/getList', dataType: "json", contentType: "application/json", data: JSON.stringify(cashOutData), diff --git a/Host/Views/Home/Index.cshtml b/Host/Views/Home/Index.cshtml index c50479d..800a786 100644 --- a/Host/Views/Home/Index.cshtml +++ b/Host/Views/Home/Index.cshtml @@ -552,7 +552,7 @@
- 查看活动 + 查看活动
联系客服 diff --git a/Host/Views/LineList/Index.cshtml b/Host/Views/LineList/Index.cshtml index 464ef97..ab2a209 100644 --- a/Host/Views/LineList/Index.cshtml +++ b/Host/Views/LineList/Index.cshtml @@ -206,7 +206,7 @@

实时总线路:{{count}}条实时可用线路:{{use_count}}条

-

{{search_field}}-(每5分钟更新一次,禁止频繁访问!):http://php-api.juip.com/script/linedata/display.php?product={{product_id}}

+

{{search_field}}-(每5分钟更新一次,禁止频繁访问!):https://php-api.juip.com/script/linedata/display.php?product={{product_id}}

@@ -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; } } diff --git a/Host/Views/Product/Http.cshtml b/Host/Views/Product/Http.cshtml index d468082..c9245bb 100644 --- a/Host/Views/Product/Http.cshtml +++ b/Host/Views/Product/Http.cshtml @@ -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, diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index fccfbbf..48ecce7 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -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), diff --git a/Host/Views/Product/Jinqiao.cshtml b/Host/Views/Product/Jinqiao.cshtml index 607fca1..75a06b7 100644 --- a/Host/Views/Product/Jinqiao.cshtml +++ b/Host/Views/Product/Jinqiao.cshtml @@ -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({ diff --git a/Host/Views/Product/Routeros.cshtml b/Host/Views/Product/Routeros.cshtml index 1469279..b79cbb3 100644 --- a/Host/Views/Product/Routeros.cshtml +++ b/Host/Views/Product/Routeros.cshtml @@ -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; } diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml index 7943808..0d9dc89 100644 --- a/Host/Views/Product/Soft.cshtml +++ b/Host/Views/Product/Soft.cshtml @@ -56,13 +56,13 @@ @if (item.Id == 20) {
- +


- +


- +


@@ -77,10 +77,10 @@ @if (item.Id == 26) {
- +
- +
} @@ -97,10 +97,10 @@
- +


- +
@@ -112,80 +112,80 @@ 代理商专用客户端
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/Host/Views/Product/Test.cshtml b/Host/Views/Product/Test.cshtml index 3cb12b2..04d502e 100644 --- a/Host/Views/Product/Test.cshtml +++ b/Host/Views/Product/Test.cshtml @@ -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 @@ 剩余试用次数@(Model.RestTimes)
- +
@if (Model.RestTimes > 0 && Model.Package.Status == 1) diff --git a/Host/Views/Product/buy.cshtml b/Host/Views/Product/buy.cshtml index 3f66742..edb6cec 100644 --- a/Host/Views/Product/buy.cshtml +++ b/Host/Views/Product/buy.cshtml @@ -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, diff --git a/Host/Views/Product/rebuy.cshtml b/Host/Views/Product/rebuy.cshtml index 2319c8c..f09fe85 100644 --- a/Host/Views/Product/rebuy.cshtml +++ b/Host/Views/Product/rebuy.cshtml @@ -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), diff --git a/Host/Views/User/CashOut.cshtml b/Host/Views/User/CashOut.cshtml index bebdab9..79af302 100644 --- a/Host/Views/User/CashOut.cshtml +++ b/Host/Views/User/CashOut.cshtml @@ -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), diff --git a/Host/Views/User/HttpLongterm.cshtml b/Host/Views/User/HttpLongterm.cshtml index 4115184..a5cb45d 100644 --- a/Host/Views/User/HttpLongterm.cshtml +++ b/Host/Views/User/HttpLongterm.cshtml @@ -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), diff --git a/Host/Views/User/HttpPackageList.cshtml b/Host/Views/User/HttpPackageList.cshtml index 4122f11..1912fa9 100644 --- a/Host/Views/User/HttpPackageList.cshtml +++ b/Host/Views/User/HttpPackageList.cshtml @@ -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, diff --git a/Host/Views/User/HttpRecharge.cshtml b/Host/Views/User/HttpRecharge.cshtml index a3dc007..007ea14 100644 --- a/Host/Views/User/HttpRecharge.cshtml +++ b/Host/Views/User/HttpRecharge.cshtml @@ -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), diff --git a/Host/Views/User/HttpUseHistory.cshtml b/Host/Views/User/HttpUseHistory.cshtml index 3108898..6a99a71 100644 --- a/Host/Views/User/HttpUseHistory.cshtml +++ b/Host/Views/User/HttpUseHistory.cshtml @@ -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), diff --git a/Host/Views/User/HttpWhiteIp.cshtml b/Host/Views/User/HttpWhiteIp.cshtml index 8895332..ec34cf9 100644 --- a/Host/Views/User/HttpWhiteIp.cshtml +++ b/Host/Views/User/HttpWhiteIp.cshtml @@ -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), diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 13a30c1..9713497 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -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), diff --git a/Host/Views/User/Jinqiao.cshtml b/Host/Views/User/Jinqiao.cshtml index f17640f..e29e4d1 100644 --- a/Host/Views/User/Jinqiao.cshtml +++ b/Host/Views/User/Jinqiao.cshtml @@ -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), diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index 8145fa6..5adc21d 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -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", diff --git a/Host/Views/User/MyMoney.cshtml b/Host/Views/User/MyMoney.cshtml index 903457a..efab8f3 100644 --- a/Host/Views/User/MyMoney.cshtml +++ b/Host/Views/User/MyMoney.cshtml @@ -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), diff --git a/Host/Views/User/RosOrder.cshtml b/Host/Views/User/RosOrder.cshtml index 56061af..97be6ba 100644 --- a/Host/Views/User/RosOrder.cshtml +++ b/Host/Views/User/RosOrder.cshtml @@ -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), diff --git a/Host/Views/User/upload.cshtml b/Host/Views/User/upload.cshtml index e80d05c..abe63d5 100644 --- a/Host/Views/User/upload.cshtml +++ b/Host/Views/User/upload.cshtml @@ -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