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.

16 lines
278 B

@type = content-type: application/json;charset=utf-8
### 获取天气和疫情信息
GET http://110.42.221.18:8081/is/bg/getWeatherAndCovid
### 获取新闻
POST http://110.42.221.18:8081/is/bg/getNews
{{type}}
{
"pageNo": 1,
"pageSize": 20,
"area": "taiyuan"
}