|
|
@ -1,9 +1,9 @@ |
|
|
|
@localhost = http://127.0.0.1:7270/v1.0/ |
|
|
|
@test = http://192.168.0.99:7270/v1.0/ |
|
|
|
@dev = http://127.0.0.1:7270/v1.0/ |
|
|
|
@test = https://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}} |
|
|
|
|
|
|
@ -12,3 +12,6 @@ POST {{test}}/carousel/query |
|
|
|
"showPage":"0000" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###列表查询 |
|
|
|
GET {{test}}/content/list?showPage=0101&year=2021&showType=&pageNum=1&pageSize=10 |
|
|
|