|
@@ -37,14 +37,15 @@ Method:POST
|
|
|
|
|
|
Header参数:Content-Type=application/json
|
|
|
|
|
|
-URL:http://127.0.0.1:8888/persagy-weather/Spring/MVC/unifier/common/dataQuery
|
|
|
+URL:http://127.0.0.1:8888/persagy-weather/Spring/MVC/unifier/dataQuery/{dataType}
|
|
|
|
|
|
+> dataType,数据类型码,有效值见服务介绍文档-数据类型
|
|
|
+>
|
|
|
请求参数:
|
|
|
|
|
|
```json5
|
|
|
{
|
|
|
"cityName":"上海", // 该参数可用cityCode或projectId代替
|
|
|
- "dataType":"present",
|
|
|
"time": {
|
|
|
"$gte": 1602434380000,
|
|
|
"$lt": 1602474380000
|