5 changed files with 55 additions and 13 deletions
@ -0,0 +1,19 @@ |
|||||
|
@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 {{test}}/epidemic/tang |
||||
|
{{type}} |
@ -0,0 +1,12 @@ |
|||||
|
@test = https://test.tall.wiki/braintraining/v1.0 |
||||
|
@loaclhost = http://localhost:7280/v1.0 |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### 生成公众号临时二维码 |
||||
|
GET {{test}}/wxTencent/createQrCode |
||||
|
|
||||
|
### 获取新闻 |
||||
|
POST {{test}}/wxTencent/notice |
||||
|
|
||||
|
### |
||||
|
POST http://test.tall.wiki/braintraining/v1.0/wxTencent/notice |
Loading…
Reference in new issue