修改HIR 提示
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2024-12-02 13:33:55 +08:00
parent fb074048df
commit 959fa1c40c
1 changed files with 1 additions and 1 deletions

View File

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