强子迅连特征码通知
This commit is contained in:
@@ -64,6 +64,14 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<p class="col-lg-12" style="background-color: #FFFF00; color:#FF0033;text-align:center;margin-bottom:30px;">{{search_field}} ------线路表API接口(每5分钟更新一次):http://php-api.juip.com/script/linedata/display.php?product={{product_id}}</p>
|
||||
<div style="color: red;line-height:50%;" v-if="product_id ==1|| product_id==2">
|
||||
<p style="text-align:center;">
|
||||
<span style="font-size: 20px;color:#FF0033;">{{search_field}}</span> 模拟器sstp直连用户请注意:
|
||||
</p>
|
||||
<p>因电信联通机房限制此协议,会存在个别地区直连无法连接,安卓app不受影响。</p>
|
||||
<p v-if="product_id ==1">解决方法:IP账号后边输入:@@特征码,例如您的IP账号为zx1234,要用sstp直连温州的,那账号框就输入:zx1234@zjwz,服务器输入任意一个全国混拨的服务器,则会连接到温州。</p>
|
||||
<p v-if="product_id==2">解决方法:IP账号后边输入:@@特征码,例如您的IP账号为zx1234,要用sstp直连三亚的,那账号框就输入:zx1234@hnsy,服务器输入任意一个全国混拨的服务器,则会连接到三亚。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-2 miyao">
|
||||
@@ -91,7 +99,8 @@
|
||||
<th>IP量</th>
|
||||
<th>实时带宽</th>
|
||||
<th>维护状态</th>
|
||||
<th>负载状态</th>
|
||||
<th v-if="product_id ==1|| product_id==2">特征码</th>
|
||||
<th v-else="product_id ==1|| product_id==2">负载状态</th>
|
||||
</tr>
|
||||
|
||||
<tr v-for="site in table_data" :style="(site.online=='故障')?'color:#ec5656;':''">
|
||||
|
||||
@@ -731,27 +731,7 @@
|
||||
ruser:user,
|
||||
money:money,
|
||||
}
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'http://php-api.juip.com/user/user/moneyChange',
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(data),
|
||||
beforeSend: function(xhr) {
|
||||
xhr.withCredentials = true;
|
||||
},
|
||||
crossDomain: true,
|
||||
success: function (res) {
|
||||
if (res.Code == 10000) {
|
||||
alert('资金转移成功');
|
||||
window.location.href='/User/Index';
|
||||
}
|
||||
|
||||
if (res.Code == 20000) {
|
||||
alert('被转移用户不存在,如有问题请联系客服!');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function tixian(){
|
||||
|
||||
Reference in New Issue
Block a user