DateRange

连续的一组日期:startDate, startDate + 1 天, ..., endDate。开始日期和结束日期均采用 ISO8601 日期格式 YYYY-MM-DD

JSON 表示法
{
  "startDate": string,
  "endDate": string
}
字段
startDate

string

查询的开始日期,格式为 YYYY-MM-DD

endDate

string

采用 YYYY-MM-DD 格式的查询结束日期。