获取任务有轨迹的日期
POST
/trace/dateList
请求参数
参数名
类型
描述
必填
taskId
string
任务id
必填
startDate
string
"2020-03-29"
必填
endDate
string
"2020-04-29"
必填
响应参数
参数名
类型
描述
必填
type
number
示例:0
必填
msg
string
示例:SUCCESS
必填
data
array
数据列表 ["2020-03-29","2020-03-30"]
必填