跟踪极客状态
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user