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.
18 lines
440 B
18 lines
440 B
@localhost = http://127.0.0.1:7270/v1.0/
|
|
@test = http://test.tall.wiki/datang/v1.0/
|
|
@www = http://www.tall.wiki/gateway/yanyuan/v2.0/
|
|
@type = content-type: application/json;charset=utf-8
|
|
|
|
###查询轮播图
|
|
POST {{test}}/carousel/query
|
|
{{type}}
|
|
|
|
{
|
|
"param":{
|
|
"showPage":"0000"
|
|
}
|
|
}
|
|
|
|
###列表查询
|
|
### showType 0 文本 1 带图片 2 视频
|
|
GET {{test}}/content/list?showPage=0101&year=2021&showType=&pageNum=1&pageSize=10
|
|
|