@@ -2422,7 +2422,7 @@ const docTemplate = `{ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2453,7 +2453,7 @@ const docTemplate = `{ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2513,7 +2513,7 @@ const docTemplate = `{ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2414,7 +2414,7 @@ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2445,7 +2445,7 @@ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2505,7 +2505,7 @@ | |||||
}, | }, | ||||
"start_date": { | "start_date": { | ||||
"type": "string", | "type": "string", | ||||
"example": "2024-08-30" | |||||
"example": "2024-08-30 默认查昨天的 最近7天" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -295,7 +295,7 @@ definitions: | |||||
example: 平台 | example: 平台 | ||||
type: string | type: string | ||||
start_date: | start_date: | ||||
example: "2024-08-30" | |||||
example: 2024-08-30 默认查昨天的 最近7天 | |||||
type: string | type: string | ||||
type: object | type: object | ||||
md.DataCenterRecordReq: | md.DataCenterRecordReq: | ||||
@@ -317,7 +317,7 @@ definitions: | |||||
example: 平台 | example: 平台 | ||||
type: string | type: string | ||||
start_date: | start_date: | ||||
example: "2024-08-30" | |||||
example: 2024-08-30 默认查昨天的 最近7天 | |||||
type: string | type: string | ||||
type: object | type: object | ||||
md.DataCenterRecordRes: | md.DataCenterRecordRes: | ||||
@@ -359,7 +359,7 @@ definitions: | |||||
example: 平台 | example: 平台 | ||||
type: string | type: string | ||||
start_date: | start_date: | ||||
example: "2024-08-30" | |||||
example: 2024-08-30 默认查昨天的 最近7天 | |||||
type: string | type: string | ||||
type: object | type: object | ||||
md.DataCenterTableRes: | md.DataCenterTableRes: | ||||