You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
370 B
18 lines
370 B
|
|
@type = content-type: application/json;charset=utf-8
|
|
|
|
### 获取天气和疫情风险地区信息
|
|
GET http://110.42.221.18:8081/is/bg/getWeatherAndCovid
|
|
|
|
### 获取国内疫情数据
|
|
GET http://110.42.221.18:84/covid/getChinaCurrent
|
|
|
|
### 获取新闻
|
|
POST http://110.42.221.18:8081/is/bg/getNews
|
|
{{type}}
|
|
|
|
{
|
|
"pageNo": 3,
|
|
"pageSize": 10,
|
|
"area": "taiyuan"
|
|
}
|
|
|