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.

19 lines
370 B

@type = content-type: application/json;charset=utf-8
4 years ago
### 获取天气和疫情风险地区信息
GET http://110.42.221.18:8081/is/bg/getWeatherAndCovid
4 years ago
### 获取国内疫情数据
GET http://110.42.221.18:84/covid/getChinaCurrent
### 获取新闻
POST http://110.42.221.18:8081/is/bg/getNews
{{type}}
{
4 years ago
"pageNo": 3,
"pageSize": 10,
"area": "taiyuan"
}