强子迅连停用

This commit is contained in:
“wanyongkang”
2024-08-12 14:43:48 +08:00
parent 1a067bdc2c
commit c4cfb8888e
7 changed files with 265 additions and 10 deletions

View File

@@ -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, "账户不存在");