3 changed files with 77 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||
|
|
||||
|
@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" |
||||
|
} |
||||
Loading…
Reference in new issue