无极禁用退款

This commit is contained in:
“wanyongkang”
2022-05-13 16:55:26 +08:00
parent 45b2b5176a
commit 839f1af151
2 changed files with 6 additions and 0 deletions

View File

@@ -840,6 +840,9 @@
<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>
@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>
}
</div>
</div>

View File

@@ -841,6 +841,9 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
{
return new ApiResult(ResultCode.C_Illegal_Operation, "账户不存在");
}
if(accountInfo.ProductId == 20||accountInfo.ProductId == 21){
return new ApiResult(ResultCode.C_Illegal_Operation, "无极账号不允许退款");
}
if (accountInfo.AccountType == (int)AccountType.Origin)
{
return new ApiResult(ResultCode.C_Illegal_Operation, "认证的账号不能退款");