跟踪极客状态

This commit is contained in:
wanyongkang
2020-11-25 15:58:47 +08:00
parent 2c5ffd64a5
commit 1ef25c8e44
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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())
{ {