代码拉取完成,页面将自动刷新
{
"info": {
"_postman_id": "04793e9c-c439-4a1f-a002-786cfd01386d",
"name": "SDEV",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "init-test",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8088/timbercld/",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
""
]
}
},
"response": []
},
{
"name": "baidu",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://www.baidu.com/",
"protocol": "http",
"host": [
"www",
"baidu",
"com"
],
"path": [
""
]
}
},
"response": []
},
{
"name": "captcha",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "http://localhost:8088/timbercld/captcha?uuid=956cfb6a-47fc-4aa0-r0x3230-db0dc98b4153",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"captcha"
],
"query": [
{
"key": "uuid",
"value": "956cfb6a-47fc-4aa0-r0x3230-db0dc98b4153"
}
]
}
},
"response": []
},
{
"name": "login",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"bistu_admin\",\n \"password\": \"123456\",\n \"uuid\": \"956cfb6a-47fc-4aa0-r0x3230-db0dc98b4153\",\n \"captcha\": \"tc8mx\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8088/timbercld/login",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"login"
]
}
},
"response": []
},
{
"name": "nav",
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "58b9f069ff0c8eff6a7825e5e1fb2d61",
"type": "text"
}
],
"url": {
"raw": "http://localhost:8088/timbercld/system/menu/nav?_t=1683600641579",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"system",
"menu",
"nav"
],
"query": [
{
"key": "_t",
"value": "1683600641579"
}
]
}
},
"response": []
},
{
"name": "user/info",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "a25c6d12943e5d4c4abc40352bd2eac0",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8088/timbercld/system/user/info?_t=1683600641657",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"system",
"user",
"info"
],
"query": [
{
"key": "_t",
"value": "1683600641657"
}
]
}
},
"response": []
},
{
"name": "products/save",
"request": {
"method": "POST",
"header": [
{
"key": "token",
"value": "6bc6fbf1b56c20340353109e52a5c7bb",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"productName\": \"小桌板\",\n \"productPrice\": 12.4,\n \"productIntro\": \"好用小桌板\",\n \"productImg\": \"\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8088/timbercld/shop/products",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"shop",
"products"
]
}
},
"response": []
},
{
"name": "products/get",
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "52d747687d510e4c7df03814984fd203",
"type": "text"
}
],
"url": {
"raw": "http://localhost:8088/timbercld/shop/products/get/1656140228412338177",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"shop",
"products",
"get",
"1656140228412338177"
]
}
},
"response": []
},
{
"name": "products/page",
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "52d747687d510e4c7df03814984fd203",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
}
],
"url": {
"raw": "http://localhost:8088/timbercld/shop/products/page?order=asc&orderField=&page=1&limit=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"shop",
"products",
"page"
],
"query": [
{
"key": "order",
"value": "asc"
},
{
"key": "orderField",
"value": ""
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "10"
}
]
}
},
"response": []
},
{
"name": "order/save",
"request": {
"method": "POST",
"header": [
{
"key": "token",
"value": "52d747687d510e4c7df03814984fd203",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"shop_id\": 1656105809286840321,\n \"products_id\": 1657685070657355777,\n \"customer_id\": 0,\n \"quantity\": 1,\n \"amount\": 1000,\n \"comment\": \"备注信息\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8088/timbercld/shop/order",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"shop",
"order"
]
}
},
"response": []
},
{
"name": "order/page",
"request": {
"method": "GET",
"header": [
{
"key": "token",
"value": "52d747687d510e4c7df03814984fd203",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json;charset=UTF-8",
"type": "text"
}
],
"url": {
"raw": "http://localhost:8088/timbercld/shop/order/page?order=asc&orderField=&page=1&limit=10",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"shop",
"order",
"page"
],
"query": [
{
"key": "order",
"value": "asc"
},
{
"key": "orderField",
"value": ""
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "10"
}
]
}
},
"response": []
},
{
"name": "service/front/product/ranklist",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8088/timbercld/service/front/products/ranklist?order=&orderField=&page=1&limit=6",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"service",
"front",
"products",
"ranklist"
],
"query": [
{
"key": "order",
"value": ""
},
{
"key": "orderField",
"value": ""
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "6"
}
]
}
},
"response": []
},
{
"name": "service/front/products/page",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8088/timbercld/service/front/products/page?order=&orderField=&page=1&limit=6",
"protocol": "http",
"host": [
"localhost"
],
"port": "8088",
"path": [
"timbercld",
"service",
"front",
"products",
"page"
],
"query": [
{
"key": "order",
"value": ""
},
{
"key": "orderField",
"value": ""
},
{
"key": "page",
"value": "1"
},
{
"key": "limit",
"value": "6"
}
]
}
},
"response": []
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。