创建微服务:microservice-provider-shop-8003;小程序商品列表筛选、商品详情完成
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"info": {
|
||||
"_postman_id": "0d464ada-cc15-4b2f-a0b7-5ee5fc690c39",
|
||||
"_postman_id": "2cec316d-df1e-4815-b5b7-b49cf2e9c197",
|
||||
"name": "epp",
|
||||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
||||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
||||
"_exporter_id": "24657033"
|
||||
},
|
||||
"item": [
|
||||
{
|
||||
@@ -218,6 +219,101 @@
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ShopProvider",
|
||||
"item": [
|
||||
{
|
||||
"name": "[线上] 获取商品列表",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "https://epp.only4.work/shop/good/miniprogram/list?cateId=4&searchText=罩",
|
||||
"protocol": "https",
|
||||
"host": [
|
||||
"epp",
|
||||
"only4",
|
||||
"work"
|
||||
],
|
||||
"path": [
|
||||
"shop",
|
||||
"good",
|
||||
"miniprogram",
|
||||
"list"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "cateId",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"key": "searchText",
|
||||
"value": "%25%25",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "searchText",
|
||||
"value": "罩"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[线上] 获取商品详情",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "https://epp.only4.work/shop/good/miniprogram/detail?id=1",
|
||||
"protocol": "https",
|
||||
"host": [
|
||||
"epp",
|
||||
"only4",
|
||||
"work"
|
||||
],
|
||||
"path": [
|
||||
"shop",
|
||||
"good",
|
||||
"miniprogram",
|
||||
"detail"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "id",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[线上] 获取商品分类列表",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "https://epp.only4.work/shop/good/miniprogram/cateList",
|
||||
"protocol": "https",
|
||||
"host": [
|
||||
"epp",
|
||||
"only4",
|
||||
"work"
|
||||
],
|
||||
"path": [
|
||||
"shop",
|
||||
"good",
|
||||
"miniprogram",
|
||||
"cateList"
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user