{ "info": { "_postman_id": "ce42d883-4b61-4aaf-9c40-6309d6b424a5", "name": "原纸商城", "description": "为云印通的订单交易、二手设备交易、辅料交易等业务提供商品管理和在线交易的功能", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "后台订单", "item": [ { "name": "销售方管理员确认送货", "request": { "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "1" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"454\"\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/admin/confirm/order-shipping", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ] } }, "response": [ { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/admin/confirm/order-shipping?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/admin/confirm/order-shipping?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/admin/confirm/order-shipping?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/admin/confirm/order-shipping?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryOrderImg\": [\n \"\",\n \"\"\n ],\n \"orderId\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/admin/confirm/order-shipping?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "confirm", "order-shipping" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "销售方管理员取消订单", "request": { "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId", "value": "", "description": "(Required) orderId" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/cancel/order/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "cancel", "order", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "管理员获取订单分页列表", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "1" }, { "key": "Authorization", "value": "{{yytoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/admin/get/self-enterprise-order-page?enterpriseId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "get", "self-enterprise-order-page" ], "query": [ { "key": "enterpriseId", "value": null } ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/get/self-enterprise-order-page?asc=&desc=&orderId=&orderTimeFrom=&orderTimeTo=&pageNum=&pageSize=&productName=&status=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "orderId", "value": "" }, { "key": "orderTimeFrom", "value": "" }, { "key": "orderTimeTo", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "productName", "value": "" }, { "key": "status", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/get/self-enterprise-order-page?asc=&desc=&orderId=&orderTimeFrom=&orderTimeTo=&pageNum=&pageSize=&productName=&status=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "orderId", "value": "" }, { "key": "orderTimeFrom", "value": "" }, { "key": "orderTimeTo", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "productName", "value": "" }, { "key": "status", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/get/self-enterprise-order-page?asc=&desc=&orderId=&orderTimeFrom=&orderTimeTo=&pageNum=&pageSize=&productName=&status=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "orderId", "value": "" }, { "key": "orderTimeFrom", "value": "" }, { "key": "orderTimeTo", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "productName", "value": "" }, { "key": "status", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/get/self-enterprise-order-page?asc=&desc=&orderId=&orderTimeFrom=&orderTimeTo=&pageNum=&pageSize=&productName=&status=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "orderId", "value": "" }, { "key": "orderTimeFrom", "value": "" }, { "key": "orderTimeTo", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "productName", "value": "" }, { "key": "status", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "运营管理员获取订单详情", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yytoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/admin/operation/get/order-detail-by-orderId/:orderId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "operation", "get", "order-detail-by-orderId", ":orderId" ], "variable": [ { "key": "orderId", "value": "", "description": "(Required) orderId" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/order-detail-by-orderId/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "order-detail-by-orderId", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/order-detail-by-orderId/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "order-detail-by-orderId", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/order-detail-by-orderId/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "order-detail-by-orderId", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/order-detail-by-orderId/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "order-detail-by-orderId", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "运营管理员获取采购订单列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yytoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/admin/operation/get/purchase-order-page", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "operation", "get", "purchase-order-page" ] } }, "response": [ { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/purchase-order-page?asc=&contactsName=&desc=&pageNum=&pageSize=&purchaseOrderCreateTimeFrom=&purchaseOrderCreateTimeTo=&purchaseOrderId=&status.desc=&status.value=&supplierEnterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "purchase-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "purchaseOrderCreateTimeFrom", "value": "" }, { "key": "purchaseOrderCreateTimeTo", "value": "" }, { "key": "purchaseOrderId", "value": "" }, { "key": "status.desc", "value": "" }, { "key": "status.value", "value": "" }, { "key": "supplierEnterpriseName", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/purchase-order-page?asc=&contactsName=&desc=&pageNum=&pageSize=&purchaseOrderCreateTimeFrom=&purchaseOrderCreateTimeTo=&purchaseOrderId=&status.desc=&status.value=&supplierEnterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "purchase-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "purchaseOrderCreateTimeFrom", "value": "" }, { "key": "purchaseOrderCreateTimeTo", "value": "" }, { "key": "purchaseOrderId", "value": "" }, { "key": "status.desc", "value": "" }, { "key": "status.value", "value": "" }, { "key": "supplierEnterpriseName", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/purchase-order-page?asc=&contactsName=&desc=&pageNum=&pageSize=&purchaseOrderCreateTimeFrom=&purchaseOrderCreateTimeTo=&purchaseOrderId=&status.desc=&status.value=&supplierEnterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "purchase-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "purchaseOrderCreateTimeFrom", "value": "" }, { "key": "purchaseOrderCreateTimeTo", "value": "" }, { "key": "purchaseOrderId", "value": "" }, { "key": "status.desc", "value": "" }, { "key": "status.value", "value": "" }, { "key": "supplierEnterpriseName", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/purchase-order-page?asc=&contactsName=&desc=&pageNum=&pageSize=&purchaseOrderCreateTimeFrom=&purchaseOrderCreateTimeTo=&purchaseOrderId=&status.desc=&status.value=&supplierEnterpriseName=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "purchase-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "purchaseOrderCreateTimeFrom", "value": "" }, { "key": "purchaseOrderCreateTimeTo", "value": "" }, { "key": "purchaseOrderId", "value": "" }, { "key": "status.desc", "value": "" }, { "key": "status.value", "value": "" }, { "key": "supplierEnterpriseName", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "运营管理员获取供货订单列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yytoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/admin/operation/get/supply-order-page", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "admin", "operation", "get", "supply-order-page" ] } }, "response": [ { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/supply-order-page?asc=&contactsName=&customerEnterpriseName=&desc=&pageNum=&pageSize=&status=&supplyOrderCreateTimeFrom=&supplyOrderCreateTimeTo=&supplyOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "supply-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "customerEnterpriseName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "supplyOrderCreateTimeFrom", "value": "" }, { "key": "supplyOrderCreateTimeTo", "value": "" }, { "key": "supplyOrderId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/supply-order-page?asc=&contactsName=&customerEnterpriseName=&desc=&pageNum=&pageSize=&status=&supplyOrderCreateTimeFrom=&supplyOrderCreateTimeTo=&supplyOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "supply-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "customerEnterpriseName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "supplyOrderCreateTimeFrom", "value": "" }, { "key": "supplyOrderCreateTimeTo", "value": "" }, { "key": "supplyOrderId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/supply-order-page?asc=&contactsName=&customerEnterpriseName=&desc=&pageNum=&pageSize=&status=&supplyOrderCreateTimeFrom=&supplyOrderCreateTimeTo=&supplyOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "supply-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "customerEnterpriseName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "supplyOrderCreateTimeFrom", "value": "" }, { "key": "supplyOrderCreateTimeTo", "value": "" }, { "key": "supplyOrderId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/admin/operation/get/supply-order-page?asc=&contactsName=&customerEnterpriseName=&desc=&pageNum=&pageSize=&status=&supplyOrderCreateTimeFrom=&supplyOrderCreateTimeTo=&supplyOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "admin", "operation", "get", "supply-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "contactsName", "value": "" }, { "key": "customerEnterpriseName", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "supplyOrderCreateTimeFrom", "value": "" }, { "key": "supplyOrderCreateTimeTo", "value": "" }, { "key": "supplyOrderId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "商品", "item": [ { "name": "商品大类", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product/category-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product", "category-list" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category-list" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category-list" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category-list" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category-list" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "商品二级分类", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product/second-category-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product", "second-category-list" ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/second-category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "second-category-list" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/second-category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "second-category-list" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/second-category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "second-category-list" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/second-category-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "second-category-list" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "商品分类列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product/category/5", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product", "category", "5" ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/category/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "category", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "商品最小单位模板", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product/sku-model/:categoryId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product", "sku-model", ":categoryId" ], "variable": [ { "key": "categoryId", "value": "5" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/sku-model/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "sku-model", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/sku-model/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "sku-model", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/sku-model/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "sku-model", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/sku-model/:categoryId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", "sku-model", ":categoryId" ], "variable": [ { "key": "categoryId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "保存商品", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"categoryId\":1,\n \"brandName\":\"品牌\",\n \"name\":\"白纸\",\n \"itemNo\":\"001\",\n \"setNum\":\"100\",\n \"imageUrls\":[\n \"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1607584145306.png\"\n ],\n \"videoUrls\":[\n\n ],\n \"description\":null,\n \"shippingNote\":null,\n \"skuList\":[\n\n ],\n \"categoryFirstId\":5\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/save/product", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "save", "product" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"itemNo\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/save/product?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "save", "product" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"itemNo\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/save/product?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "save", "product" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"itemNo\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/save/product?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "save", "product" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"itemNo\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/save/product?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "save", "product" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"itemNo\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/save/product?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "save", "product" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "编辑商品", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/edit/product/:id", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "variable": [ { "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"imageUrls\": [\n \"\",\n \"\"\n ],\n \"videoUrls\": [\n \"\",\n \"\"\n ],\n \"brandName\": \"\",\n \"categoryId\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"itemNo\": \"\",\n \"litimgUrl\": \"\",\n \"name\": \"\",\n \"setNum\": \"\",\n \"shippingNote\": \"\",\n \"skuList\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "商品上下架", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"1\"\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/edit/product/status/:id", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "variable": [ { "key": "id", "value": "119", "description": "(Required) id" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/status/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/status/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/status/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/status/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/edit/product/status/:id?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "edit", "product", "status", ":id" ], "query": [ { "key": "userId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "商品删除", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"118\"\n ]\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/delete/product-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "delete", "product-list" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/delete/product-list?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "delete", "product-list" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/delete/product-list?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "delete", "product-list" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/delete/product-list?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "delete", "product-list" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/delete/product-list?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "delete", "product-list" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ids\": [\n \"\",\n \"\"\n ]\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/delete/product-list?userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "delete", "product-list" ], "query": [ { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "复制商品", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/copy/product?idList=", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "", "description": "(Required) idList" } ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/copy/product?idList=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/copy/product?idList=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/copy/product?idList=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/copy/product?idList=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/copy/product?idList=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "copy", "product" ], "query": [ { "key": "idList", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "商品列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product-list" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "通过分类id获取商品列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product-list/by-category/:categoryId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product-list", "by-category", ":categoryId" ], "variable": [ { "key": "categoryId", "value": "5", "description": "(Required) categoryId" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-category/:categoryId?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-category", ":categoryId" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ], "variable": [ { "key": "categoryId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-category/:categoryId?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-category", ":categoryId" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ], "variable": [ { "key": "categoryId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-category/:categoryId?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-category", ":categoryId" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ], "variable": [ { "key": "categoryId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-category/:categoryId?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-category", ":categoryId" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ], "variable": [ { "key": "categoryId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "商品搜素", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product-list/by-name", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product-list", "by-name" ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-name?asc=&desc=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-name" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-name?asc=&desc=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-name" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-name?asc=&desc=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-name" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product-list/by-name?asc=&desc=&name=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product-list", "by-name" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "供应商端获取商品详情", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/product/:id", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "product", ":id" ], "variable": [ { "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "卖家商品列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/seller/product-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "seller", "product-list" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/seller/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "seller", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/seller/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "seller", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/seller/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "seller", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/seller/product-list?asc=&brandName=&categoryId=&createTimeBegin=&createTimeEnd=&desc=&id=&itemNo=&name=&pageNum=&pageSize=&status=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "seller", "product-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "brandName", "value": "" }, { "key": "categoryId", "value": "" }, { "key": "createTimeBegin", "value": "" }, { "key": "createTimeEnd", "value": "" }, { "key": "desc", "value": "" }, { "key": "id", "value": "" }, { "key": "itemNo", "value": "" }, { "key": "name", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "小程序获取商品详情", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/wechat-applet/get/product/:id", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "wechat-applet", "get", "product", ":id" ], "variable": [ { "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/wechat-applet/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "wechat-applet", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/wechat-applet/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "wechat-applet", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/wechat-applet/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "wechat-applet", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/wechat-applet/get/product/:id", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "wechat-applet", "get", "product", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "订单", "item": [ { "name": "创建订单", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "QNT iHP4V/g6O5DXHixyNrf7thj2Yj2NSP4n5dhUWa7r0LbQ/abS42h6trPN2GxjCOn7q6L7z+3VGwq3NqyzaXQqgA==", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"productSkuId\":405,\n \"unitPrice\":20,\n \"productId\":117,\n \"quantity\":1,\n \"paymentMethod\":2,\n \"realPayPrice\":20,\n \"totalOfferPrice\":20,\n \"mobile\":\"13800138000\",\n \"receiver\":\"千鸟\",\n \"deliveryProvinceId\":110000,\n \"deliveryProvinceName\":\"北京市\",\n \"deliveryCityId\":110100,\n \"deliveryCityName\":\"北京市\",\n \"deliveryDistrictId\":110101,\n \"deliveryDistrictName\":\"东城区\",\n \"deliveryDetails\":\"二千多\"\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/create/order", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "create", "order" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryCityId\": \"\",\n \"deliveryCityName\": \"\",\n \"deliveryDetails\": \"\",\n \"deliveryDistrictId\": \"\",\n \"deliveryDistrictName\": \"\",\n \"deliveryMethod\": \"\",\n \"deliveryProvinceId\": \"\",\n \"deliveryProvinceName\": \"\",\n \"paymentMethod\": \"\",\n \"productSkuId\": \"\",\n \"quantity\": \"\",\n \"realPayPrice\": \"\",\n \"receiver\": \"\",\n \"receiverMobile\": \"\",\n \"totalOfferPrice\": \"\",\n \"unitPrice\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/create/order?enterpriseId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "create", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryCityId\": \"\",\n \"deliveryCityName\": \"\",\n \"deliveryDetails\": \"\",\n \"deliveryDistrictId\": \"\",\n \"deliveryDistrictName\": \"\",\n \"deliveryMethod\": \"\",\n \"deliveryProvinceId\": \"\",\n \"deliveryProvinceName\": \"\",\n \"paymentMethod\": \"\",\n \"productSkuId\": \"\",\n \"quantity\": \"\",\n \"realPayPrice\": \"\",\n \"receiver\": \"\",\n \"receiverMobile\": \"\",\n \"totalOfferPrice\": \"\",\n \"unitPrice\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/create/order?enterpriseId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "create", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryCityId\": \"\",\n \"deliveryCityName\": \"\",\n \"deliveryDetails\": \"\",\n \"deliveryDistrictId\": \"\",\n \"deliveryDistrictName\": \"\",\n \"deliveryMethod\": \"\",\n \"deliveryProvinceId\": \"\",\n \"deliveryProvinceName\": \"\",\n \"paymentMethod\": \"\",\n \"productSkuId\": \"\",\n \"quantity\": \"\",\n \"realPayPrice\": \"\",\n \"receiver\": \"\",\n \"receiverMobile\": \"\",\n \"totalOfferPrice\": \"\",\n \"unitPrice\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/create/order?enterpriseId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "create", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryCityId\": \"\",\n \"deliveryCityName\": \"\",\n \"deliveryDetails\": \"\",\n \"deliveryDistrictId\": \"\",\n \"deliveryDistrictName\": \"\",\n \"deliveryMethod\": \"\",\n \"deliveryProvinceId\": \"\",\n \"deliveryProvinceName\": \"\",\n \"paymentMethod\": \"\",\n \"productSkuId\": \"\",\n \"quantity\": \"\",\n \"realPayPrice\": \"\",\n \"receiver\": \"\",\n \"receiverMobile\": \"\",\n \"totalOfferPrice\": \"\",\n \"unitPrice\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/create/order?enterpriseId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "create", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"deliveryCityId\": \"\",\n \"deliveryCityName\": \"\",\n \"deliveryDetails\": \"\",\n \"deliveryDistrictId\": \"\",\n \"deliveryDistrictName\": \"\",\n \"deliveryMethod\": \"\",\n \"deliveryProvinceId\": \"\",\n \"deliveryProvinceName\": \"\",\n \"paymentMethod\": \"\",\n \"productSkuId\": \"\",\n \"quantity\": \"\",\n \"realPayPrice\": \"\",\n \"receiver\": \"\",\n \"receiverMobile\": \"\",\n \"totalOfferPrice\": \"\",\n \"unitPrice\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/create/order?enterpriseId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "create", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "取消订单", "request": { "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "", "description": "(Required) enterpriseId" }, { "key": "orderId", "value": "", "description": "(Required) orderId" } ] } }, "response": [ { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "orderId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "orderId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "orderId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "orderId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/cancel/order?enterpriseId=&orderId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "cancel", "order" ], "query": [ { "key": "enterpriseId", "value": "" }, { "key": "orderId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "分页获取全部订单", "request": { "method": "POST", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "QNT iHP4V/g6O5DXHixyNrf7thj2Yj2NSP4n5dhUWa7r0LbQ/abS42h6trPN2GxjCOn7q6L7z+3VGwq3NqyzaXQqgA==", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"2\"\n}" }, "url": { "raw": "{{baseUrl2}}/trading-center/get/self-enterprise-order-page?enterpriseId=533989817462165504", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "enterpriseId", "value": "533989817462165504" } ] } }, "response": [ { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/get/self-enterprise-order-page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/get/self-enterprise-order-page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/get/self-enterprise-order-page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/get/self-enterprise-order-page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/trading-center/get/self-enterprise-order-page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "self-enterprise-order-page" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "获取订单详情", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/order-detail/:orderId", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "order-detail", ":orderId" ], "variable": [ { "key": "orderId", "value": "", "description": "(Required) orderId" } ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/order-detail/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "order-detail", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/order-detail/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "order-detail", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/order-detail/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "order-detail", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/order-detail/:orderId", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "order-detail", ":orderId" ], "variable": [ { "key": "orderId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "确认收货", "request": { "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/confirm/order-receipt?orderId=", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "", "description": "(Required) orderId" } ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/confirm/order-receipt?orderId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/confirm/order-receipt?orderId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/confirm/order-receipt?orderId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/confirm/order-receipt?orderId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Created", "originalRequest": { "method": "POST", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/confirm/order-receipt?orderId=&userId=", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "confirm", "order-receipt" ], "query": [ { "key": "orderId", "value": "" }, { "key": "userId", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "单位列表", "request": { "method": "GET", "header": [ { "key": "X-APP-ID", "value": "1", "type": "text", "description": "(Required) 代表发起请求的应用标识" }, { "key": "Authorization", "value": "{{yztoken}}", "type": "text" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/dictionary/unit/list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "dictionary", "unit", "list" ] } }, "response": [ { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/dictionary/unit/list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "dictionary", "unit", "list" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/dictionary/unit/list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "dictionary", "unit", "list" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/dictionary/unit/list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "dictionary", "unit", "list" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/dictionary/unit/list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "dictionary", "unit", "list" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "属性列表", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/:attributeTypeId/attribute-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", ":attributeTypeId", "attribute-list" ], "variable": [ { "key": "attributeTypeId", "value": "", "description": "(Required) 属性类别id" } ] } }, "response": [ { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/:attributeTypeId/attribute-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", ":attributeTypeId", "attribute-list" ], "variable": [ { "key": "attributeTypeId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/:attributeTypeId/attribute-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", ":attributeTypeId", "attribute-list" ], "variable": [ { "key": "attributeTypeId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/:attributeTypeId/attribute-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", ":attributeTypeId", "attribute-list" ], "variable": [ { "key": "attributeTypeId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/:attributeTypeId/attribute-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", ":attributeTypeId", "attribute-list" ], "variable": [ { "key": "attributeTypeId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "属性值列表", "request": { "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl2}}/trading-center/get/attribute/:attributeId/value-list", "host": [ "{{baseUrl2}}" ], "path": [ "trading-center", "get", "attribute", ":attributeId", "value-list" ], "variable": [ { "key": "attributeId", "value": "", "description": "(Required) 属性ID" } ] } }, "response": [ { "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/attribute/:attributeId/value-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "attribute", ":attributeId", "value-list" ], "variable": [ { "key": "attributeId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/attribute/:attributeId/value-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "attribute", ":attributeId", "value-list" ], "variable": [ { "key": "attributeId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/attribute/:attributeId/value-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "attribute", ":attributeId", "value-list" ], "variable": [ { "key": "attributeId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/trading-center/get/attribute/:attributeId/value-list", "host": [ "{{baseUrl}}" ], "path": [ "trading-center", "get", "attribute", ":attributeId", "value-list" ], "variable": [ { "key": "attributeId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ], "variable": [ { "key": "baseUrl", "value": "//8.129.231.7:7070", "type": "string" } ] }