From 4df35ef8c0030dedb89f19742e38b04bc94ef3b8 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Tue, 9 Jan 2024 18:03:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.API/IRaCIS.Core.API.xml | 56 +++++++++----------
IRaCIS.Core.API/appsettings.Prod_IRC.json | 2 +-
.../IRaCIS.Core.Application.xml | 26 +++++++++
3 files changed, 55 insertions(+), 29 deletions(-)
diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.xml b/IRaCIS.Core.API/IRaCIS.Core.API.xml
index fb1288021..5b5c02b0c 100644
--- a/IRaCIS.Core.API/IRaCIS.Core.API.xml
+++ b/IRaCIS.Core.API/IRaCIS.Core.API.xml
@@ -4,6 +4,34 @@
IRaCIS.Core.API
+
+
+ 主要处理 前端404等错误 全局业务异常已统一处理了,非业务错误会来到这里
+
+
+
+
+
+
+ 医生基本信息 、工作信息 专业信息、审核状态
+
+
+
+
+ 获取医生详情
+
+
+
+
+
+
+
+
+
+
+
+ 系统用户登录接口[New]
+
添加实验项目-返回新增Id[AUTH]
新记录Id
@@ -345,27 +373,6 @@
序列化成员
-
-
- 医生基本信息 、工作信息 专业信息、审核状态
-
-
-
-
- 获取医生详情
-
-
-
-
-
-
-
-
-
-
-
- 系统用户登录接口[New]
-
为了前端 一段时间无操作,需要重新登陆
@@ -373,13 +380,6 @@
-
-
- 主要处理 前端404等错误 全局业务异常已统一处理了,非业务错误会来到这里
-
-
-
-
对称可逆加密
diff --git a/IRaCIS.Core.API/appsettings.Prod_IRC.json b/IRaCIS.Core.API/appsettings.Prod_IRC.json
index 41221b4bd..1d5d80386 100644
--- a/IRaCIS.Core.API/appsettings.Prod_IRC.json
+++ b/IRaCIS.Core.API/appsettings.Prod_IRC.json
@@ -19,7 +19,7 @@
"accessKeySecret": "zTIceGEShlZDGnLrCFfIGFE7TXVRio",
"bucketName": "zy-irc-store",
"roleArn": "acs:ram::1899121822495495:role/oss-upload",
- "viewEndpoint": "https://sir.extimaging.com.oss-cn-shanghai.aliyuncs.com",
+ "viewEndpoint": "https://zy-irc-cache.oss-cn-shanghai.aliyuncs.com",
"region": "oss-cn-shanghai"
},
"MinIO": {
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 6e78e508e..7f49a0446 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -684,6 +684,32 @@
InternationalizationService
+
+
+ 前端国际化内容接口
+
+
+
+
+
+ 前端批量提交,后端判断不存在就添加,存在就更新
+
+
+
+
+
+ 后端之前批量添加接口
+
+
+
+
+
+
+ 前后端添加的时候,区分了,前端判断重复多了多了一个路由 路由+标识唯一
+
+
+
+
PublishLogService