跟踪极客状态
This commit is contained in:
@@ -194,7 +194,7 @@ namespace Hncore.Pass.Vpn.Service
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogHelper.Error(title, content);
|
LogHelper.Error(title, content);
|
||||||
return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败");
|
return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败"+status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
@@ -541,7 +541,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
|||||||
accountEntity.ChargeStatus = AccountChargeStatus.Exception;
|
accountEntity.ChargeStatus = AccountChargeStatus.Exception;
|
||||||
accountEntity.Remark = ret.Message;
|
accountEntity.Remark = ret.Message;
|
||||||
await m_ProductAccountService.Update(accountEntity);
|
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())
|
else if (ret.Data != null && ret.Data.ToString().Has())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user