diff --git a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs index 46f2c08..5768321 100644 --- a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs +++ b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs @@ -194,7 +194,7 @@ namespace Hncore.Pass.Vpn.Service else { LogHelper.Error(title, content); - return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败"); + return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败"+status); } } catch (Exception ex) diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 51b568c..51a7d91 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -541,7 +541,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, accountEntity.ChargeStatus = AccountChargeStatus.Exception; accountEntity.Remark = ret.Message; await m_ProductAccountService.Update(accountEntity); - accountError += $"{accountEntity.Account}{accountEntity.Remark},"; + accountError += $"{accountEntity.Account}{accountEntity.Remark}," + ret.Message; } else if (ret.Data != null && ret.Data.ToString().Has()) {