接入可配置文档编辑与智能取数服务
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user