mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
feat: API数据源支持Token认证 #9189
This commit is contained in:
@@ -28,4 +28,5 @@ public class ApiDefinition {
|
||||
private String orgName;
|
||||
private boolean showApiStructure;
|
||||
private Long updateTime;
|
||||
private String type = "table";
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ public class DatasourceDTO implements Serializable {
|
||||
private String configuration;
|
||||
|
||||
private String apiConfigurationStr;
|
||||
private String paramsStr;
|
||||
|
||||
/**
|
||||
* Create timestamp
|
||||
|
||||
Reference in New Issue
Block a user