无极禁用退款

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

@@ -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, "认证的账号不能退款");