强子迅连停用
This commit is contained in:
@@ -252,6 +252,11 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
||||
{
|
||||
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "本产品已升级更新为极狐,地区超全,涵盖全国260个城市,IP高纯净度,超速且稳定,且每个城市都是三网混合,更真实有效 现活动推广期,周卡送1天,月卡送1周,双月送1个月");
|
||||
}
|
||||
|
||||
if (packageEntity.ProductId == 1 || packageEntity.ProductId == 25)
|
||||
{
|
||||
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "强子IP即将停运,IP资源池将加进极狐IP。极狐IP,地区超全,涵盖全国260个城市,IP高纯净度,超速且稳定,且每个城市都是三网混合,更真实有效 现活动推广期,周卡送1天,月卡送1周,双月送1个月");
|
||||
}
|
||||
// if (productEntity.Status == 0)
|
||||
// {
|
||||
// return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "产品不存在或者下架");
|
||||
@@ -1308,6 +1313,12 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
||||
return new ApiResult(ResultCode.C_Illegal_Operation, "此类帐号不允许退款");
|
||||
}
|
||||
|
||||
|
||||
if (accountInfo.ProductId == 1 || accountInfo.ProductId == 2 || accountInfo.ProductId == 25)
|
||||
{
|
||||
return new ApiResult(ResultCode.C_Illegal_Operation, "该类型账号不允许退款!");
|
||||
}
|
||||
|
||||
if (accountInfo == null)
|
||||
{
|
||||
return new ApiResult(ResultCode.C_Illegal_Operation, "账户不存在");
|
||||
|
||||
Reference in New Issue
Block a user