DateRange

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

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

string

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

endDate

string

查询的结束日期,格式为 YYYY-MM-DD