3 changed files with 24 additions and 6 deletions
@ -1,15 +1,18 @@ |
|||||
|
|
||||
@type = content-type: application/json;charset=utf-8 |
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
### 获取天气和疫情信息 |
### 获取天气和疫情风险地区信息 |
||||
GET http://110.42.221.18:8081/is/bg/getWeatherAndCovid |
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 |
POST http://110.42.221.18:8081/is/bg/getNews |
||||
{{type}} |
{{type}} |
||||
|
|
||||
{ |
{ |
||||
"pageNo": 1, |
"pageNo": 3, |
||||
"pageSize": 20, |
"pageSize": 10, |
||||
"area": "taiyuan" |
"area": "taiyuan" |
||||
} |
} |
||||
|
Loading…
Reference in new issue