修改公告

This commit is contained in:
“wanyongkang”
2024-09-18 16:25:35 +08:00
parent c4cfb8888e
commit 3d7a28ea8f
4 changed files with 18 additions and 2 deletions

View File

@@ -253,9 +253,9 @@ 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)
if (packageEntity.ProductId == 1 || packageEntity.ProductId == 25 || packageEntity.ProductId == 6)
{
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "强子IP即将停运IP资源池将加进极狐IP。极狐IP地区超全涵盖全国260个城市IP高纯净度超速且稳定且每个城市都是三网混合更真实有效 现活动推广期周卡送1天月卡送1周双月送1个月");
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "本产品即将停运IP资源池将加进极狐IP。极狐IP地区超全涵盖全国260个城市IP高纯净度超速且稳定且每个城市都是三网混合更真实有效 现活动推广期周卡送1天月卡送1周双月送1个月");
}
// if (productEntity.Status == 0)
// {