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
410 B
19 lines
410 B
@test = https://test.tall.wiki/basicserver/v1.0
|
|
@loaclhost = http://localhost:7290/v1.0
|
|
@type = content-type: application/json;charset=utf-8
|
|
|
|
### 查询新闻-源:汤同伟
|
|
POST {{test}}/news/tang
|
|
{{type}}
|
|
|
|
{
|
|
"pageNo": 1,
|
|
"pageSize": 20,
|
|
"area": "taiyuan"
|
|
}
|
|
### 天气查询-源:汤同伟
|
|
POST {{test}}/weather/tang
|
|
{{type}}
|
|
### 疫情查询-源:汤同伟
|
|
POST {{loaclhost}}/epidemic/tang
|
|
{{type}}
|
|
|