From 959fa1c40c815570a112b29dfc0bc570beb59551 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 2 Dec 2024 13:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9HIR=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 3d9e5f6e9..be8b05776 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -178,7 +178,7 @@ namespace IRaCIS.Application.Services catch (Exception) { - return ResponseOutput.NotOk("授权信息无法解密,请勿人为修改授权信息,如果有误,请联系开发解决"); + return ResponseOutput.Ok(trial, msg: "项目未授权,请确认。", code: ApiResponseCodeEnum.NeedTips); } } return ResponseOutput.Ok(trial);