接入可配置文档编辑与智能取数服务

This commit is contained in:
baiyanyun
2026-07-13 14:53:14 +08:00
parent ab4e84004f
commit 474a4866d2
16 changed files with 443 additions and 9 deletions

View File

@@ -179,6 +179,12 @@ public class TenantConfigDto implements Serializable {
@Schema(description = "模型API根地址")
private String baseModelApiUrl;
@Schema(description = "智能取数服务地址")
private String intelligentDataServiceUrl;
@Schema(description = "文档编辑服务地址")
private String documentEditorServiceUrl;
public enum AuthTypeEnum {
PHONE(1, "手机"),
CAS(2, "CAS"),