无极禁用退款
This commit is contained in:
@@ -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, "认证的账号不能退款");
|
||||
|
||||
Reference in New Issue
Block a user