mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix: 【数据源】修复旧版本API数据源在升级到v2.10.4版本后无法正常同步 #14682
This commit is contained in:
@@ -27,7 +27,7 @@ public class ApiDefinitionRequest {
|
||||
|
||||
@Data
|
||||
public static class Page {
|
||||
private String pageType;
|
||||
private String pageType = "empty";
|
||||
private List<RequestItem> requestData;
|
||||
private List<ResponseItem> responseData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user