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

@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}}