跟踪极客状态

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
{
LogHelper.Error(title, content);
return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败");
return new ApiResult(ResultCode.C_INVALID_ERROR, "开户失败"+status);
}
}
catch (Exception ex)