联系方式修改
This commit is contained in:
@@ -330,14 +330,27 @@ namespace Home.Controllers
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet, AllowAnonymous]
|
||||
public async Task<ApiResult> SendPhoneCode(string phone,string key)
|
||||
// [HttpGet, AllowAnonymous]
|
||||
// public async Task<ApiResult> SendPhoneCode(string phone,string key)
|
||||
// {
|
||||
// return new ApiResult(ResultCode.C_SUCCESS, "验证码已发送到您的手机");
|
||||
// }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 发送手机验证码
|
||||
/// </summary>
|
||||
/// <param name="request"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost, AllowAnonymous]
|
||||
public async Task<ApiResult> SendPhoneCodevefy(string phone,string key)
|
||||
{
|
||||
key = $"{key}:{phone}";
|
||||
|
||||
if (key.StartsWith("User_Code:") &&m_UserService.Exist(m => m.LoginCode == phone || m.Phone == phone))
|
||||
{
|
||||
return new ApiResult(ResultCode.C_ALREADY_EXISTS_ERROR, "该手机号已经注册了");
|
||||
return new ApiResult(ResultCode.C_ALREADY_EXISTS_ERROR, "该手机号已经被注册了");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -310,8 +310,8 @@
|
||||
</div>
|
||||
<div class="item">
|
||||
<p>大客户/商务合作</p>
|
||||
<p>电话/微信:177 9666 8888</p>
|
||||
<p>QQ:70177252</p>
|
||||
<p>电话/微信:177 1909 2232</p>
|
||||
<p>QQ:937888580</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -355,6 +355,7 @@
|
||||
<p style="color: #ec6e58;font-size:30px;font-weight: bold;background-color:#FFFF00">
|
||||
需求5个以上,可以联系客服设置优惠价;
|
||||
开通后有任何问题可无理由退款,并支持自助提现
|
||||
退款规则:购买价格-使用天数*天卡价格
|
||||
</p>
|
||||
|
||||
@foreach (var package in item.Packages.Where(m => m.Status == 1&&(m.TenantId==1157||m.TenantId==9999||m.TenantId==10000)).OrderBy(m => m.TenantId))
|
||||
|
||||
@@ -27,10 +27,11 @@
|
||||
var name = $("#username").val()
|
||||
if(name == '') { alert('手机号不能为空'); return; }
|
||||
if (!timing(_self)) return;
|
||||
var url = '/User/SendPhoneCode?key=FindUser_Code&phone=' + name;
|
||||
var url = '/User/SendPhoneCodevefy?key=FindUser_Code&phone=' + name;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
//if (res.Code == 10000) {
|
||||
|
||||
@@ -37,10 +37,11 @@
|
||||
var name = $("#username").val()
|
||||
if(name == '') { alert('手机号不能为空'); return; }
|
||||
if (!timing(_self)) return;
|
||||
var url = '/user/SendPhoneCode?key=User_Code&phone=' + name;
|
||||
var url = '/user/SendPhoneCodevefy?key=User_Code&phone=' + name;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
}
|
||||
|
||||
@@ -672,8 +672,8 @@
|
||||
<div class="col-lg-3">
|
||||
<p class="cpTit">大客户/商务合作</p>
|
||||
<ul class="cp">
|
||||
<li>电话/微信:177 9666 8888</li>
|
||||
<li>QQ:70177252</li>
|
||||
<li>电话/微信:177 1909 2232</li>
|
||||
<li>QQ:937888580</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-3 text-right">
|
||||
@@ -777,11 +777,12 @@
|
||||
function getCode(_self) {
|
||||
if (!timing(_self)) return;
|
||||
var name = $("#username").val()
|
||||
var url = '/user/SendPhoneCode?key=User_Code&phone=' + name;
|
||||
var url = '/user/SendPhoneCodevefy?key=User_Code&phone=' + name;
|
||||
var timerHandler;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
}
|
||||
@@ -790,10 +791,11 @@
|
||||
function getFindCode(_self) {
|
||||
if (!timing(_self)) return;
|
||||
var name = $("#fusername").val()
|
||||
var url = '/user/SendPhoneCode?key=FindUser_Code&phone=' + name;
|
||||
var url = '/user/SendPhoneCodevefy?key=FindUser_Code&phone=' + name;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
<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>
|
||||
<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> 用服务器地址直连用户请注意:
|
||||
@@ -362,6 +362,9 @@
|
||||
case 22:
|
||||
self.location.href='http://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';
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -544,6 +544,9 @@
|
||||
" style="color: #000000;">查看详细地区 </span>
|
||||
</div> *@
|
||||
}
|
||||
@if(item.Product.Id == 22 ||item.Product.Id == 23 ){
|
||||
<p class="youhuiNew">购买须知:本产品目前所有地区QQ微信仅限于登录游戏账号</p>
|
||||
}
|
||||
@if(item.Product.Id == 5){
|
||||
<p class="youhuiNew">购买须知:本产品目前所有地区都屏蔽QQ微信</p>
|
||||
}
|
||||
@@ -673,7 +676,7 @@
|
||||
<p>@restTimes</p>
|
||||
<div class="pkgNameCard">
|
||||
<p class="tianka" style="font-size:17px;color:white;">测试卡</p>
|
||||
<p class="qixian">使用期限:2小时</p>
|
||||
<p class="qixian">使用期限:1小时</p>
|
||||
</div>
|
||||
<img src="~/img/check.png" class="cardCheck">
|
||||
</div>
|
||||
@@ -840,6 +843,7 @@
|
||||
<div style="border: 1px dashed #ccc;margin-top:30px;width:50%;margin-left: 63px;background-color:#FFCC33">
|
||||
<p class="youhuiNew" style="padding-bottom:0px;">温馨提示:需求5个以上,可以联系客服设置优惠价</p>
|
||||
<p class="youhuiNew" style="padding-top:0px;padding-bottom:0px;">开通后有任何问题可无理由退款,并支持自助提现</p>
|
||||
<p class="youhuiNew" style="padding-top:0px;padding-bottom:0px;">退款规则:购买价格-使用天数*天卡价格</p>
|
||||
@if(item.Product.Id == 21 ||item.Product.Id == 20){
|
||||
<p class="youhuiNew" style="padding-top:0px;padding-bottom:0px;color:white;background-color:red;">无极所有产品均不支持退款,请先开天卡测试</p>
|
||||
}
|
||||
|
||||
@@ -574,6 +574,7 @@
|
||||
<div style="border: 1px dashed #ccc;margin-top:30px;width:50%;margin-left: 63px;background-color:#FFCC33">
|
||||
<p class="youhuiNew" style="padding-bottom:0px;">温馨提示:需求5个以上,可以联系客服设置优惠价</p>
|
||||
<p class="youhuiNew" style="padding-top:0px;padding-bottom:0px;">开通后有任何问题可无理由退款,并支持自助提现</p>
|
||||
<p class="youhuiNew" style="padding-top:0px;padding-bottom:0px;">退款规则:购买价格-使用天数*天卡价格</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -264,8 +264,8 @@
|
||||
<div class="col-lg-3">
|
||||
<p class="cpTit">大客户/商务合作</p>
|
||||
<ul class="cp">
|
||||
<li>电话/微信:177 9666 8888</li>
|
||||
<li>QQ:70177252</li>
|
||||
<li>电话/微信:177 1909 2232</li>
|
||||
<li>QQ:937888580</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
@@ -406,10 +406,11 @@
|
||||
function getCode(_self) {
|
||||
if (!timing(_self)) return;
|
||||
var name = $("#username").val()
|
||||
var url = '/user/SendPhoneCode?key=User_Code&phone=' + name;
|
||||
var url = '/user/SendPhoneCodevefy?key=User_Code&phone=' + name;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
}
|
||||
@@ -418,10 +419,11 @@
|
||||
function getFindCode(_self) {
|
||||
if (!timing(_self)) return;
|
||||
var name = $("#fusername").val()
|
||||
var url = '/user/SendPhoneCode?key=FindUser_Code&phone=' + name;
|
||||
var url = '/user/SendPhoneCodevefy?key=FindUser_Code&phone=' + name;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
type: 'POST',
|
||||
url: url,
|
||||
contentType: "application/json",
|
||||
success: function (res) {
|
||||
alert(res.Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user