{ "info": { "_postman_id": "2ab51fb7-b801-41d7-ade5-5b09990c2a5c", "name": "交易结算中心", "description": "交易结算中心相关的接口详细设计", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "授信", "item": [ { "name": "企业额度导出", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/export/parameter?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "export", "parameter" ], "query": [ { "key": "ids", "value": "", "description": "ids" } ] } }, "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}}/admin/credit/export/parameter?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "export", "parameter" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "in" }, { "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}}/admin/credit/export/parameter?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "export", "parameter" ], "query": [ { "key": "ids", "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}}/admin/credit/export/parameter?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "export", "parameter" ], "query": [ { "key": "ids", "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}}/admin/credit/export/parameter?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "export", "parameter" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "分页查询企业授信表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=&desc=&enterpriseName=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit-list" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "enterpriseName", "value": "", "description": "企业名称" }, { "key": "legalpersonMobile", "value": "", "description": "法人手机号" }, { "key": "legalpersonName", "value": "", "description": "法人名字" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" } ] } }, "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}}/admin/credit/get/enterprise-credit-list?asc=&desc=&enterpriseName=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "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": "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}}/admin/credit/get/enterprise-credit-list?asc=&desc=&enterpriseName=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "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}}/admin/credit/get/enterprise-credit-list?asc=&desc=&enterpriseName=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" } ] } }, "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}}/admin/credit/get/enterprise-credit-list?asc=&desc=&enterpriseName=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "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": "授后额度企业", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/get/enterprise-credit/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit", ":id" ], "variable": [ { "key": "id", "value": "", "description": "(Required) id" } ] } }, "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}}/admin/credit/get/enterprise-credit/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit", ":id" ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/get/enterprise-credit/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit", ":id" ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/get/enterprise-credit/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit", ":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}}/admin/credit/get/enterprise-credit/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "get", "enterprise-credit", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "分页查询企业授信流水表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=&desc=&pageNum=&pageSize=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "order", "get", "order-list", ":id" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" }, { "key": "timeBegin", "value": "", "description": "开始时间" }, { "key": "timeEnd", "value": "", "description": "结束时间" } ], "variable": [ { "key": "id", "value": "", "description": "(Required) 企业授信表id" } ] } }, "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}}/admin/credit/order/get/order-list/:id?asc=&desc=&pageNum=&pageSize=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "order", "get", "order-list", ":id" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "value": "" } ], "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}}/admin/credit/order/get/order-list/:id?asc=&desc=&pageNum=&pageSize=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "order", "get", "order-list", ":id" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "value": "" } ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/order/get/order-list/:id?asc=&desc=&pageNum=&pageSize=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "order", "get", "order-list", ":id" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "value": "" } ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/order/get/order-list/:id?asc=&desc=&pageNum=&pageSize=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "order", "get", "order-list", ":id" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "查询授信额度申请表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=&desc=&enterpriseName=&enterpriseType=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=&status=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order-list" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "enterpriseName", "value": "", "description": "企业名称" }, { "key": "enterpriseType", "value": "", "description": "类别。1)云印客户2)印刷包装厂3)造纸厂4)打包厂5)原纸供应商6)设备供应商7)其他" }, { "key": "legalpersonMobile", "value": "", "description": "法人手机号" }, { "key": "legalpersonName", "value": "", "description": "法人名字" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" }, { "key": "status", "value": "", "description": "状态。1)待审核2)审核通过3)审核驳回" }, { "key": "timeBegin", "value": "", "description": "开始时间" }, { "key": "timeEnd", "value": "", "description": "结束时间" } ] } }, "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}}/admin/credit/application/get/application-order-list?asc=&desc=&enterpriseName=&enterpriseType=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=&status=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterpriseType", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "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}}/admin/credit/application/get/application-order-list?asc=&desc=&enterpriseName=&enterpriseType=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=&status=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterpriseType", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "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}}/admin/credit/application/get/application-order-list?asc=&desc=&enterpriseName=&enterpriseType=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=&status=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterpriseType", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "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}}/admin/credit/application/get/application-order-list?asc=&desc=&enterpriseName=&enterpriseType=&legalpersonMobile=&legalpersonName=&pageNum=&pageSize=&status=&timeBegin=&timeEnd=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterpriseType", "value": "" }, { "key": "legalpersonMobile", "value": "" }, { "key": "legalpersonName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "timeBegin", "value": "" }, { "key": "timeEnd", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "通过id查询申请授信额度记录", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/credit/application/get/application-order/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order", ":id" ], "variable": [ { "key": "id", "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}}/admin/credit/application/get/application-order/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order", ":id" ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/application/get/application-order/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order", ":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}}/admin/credit/application/get/application-order/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order", ":id" ], "variable": [ { "key": "id" } ] } }, "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}}/admin/credit/application/get/application-order/:id", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "get", "application-order", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "" } ] }, { "name": "提交授信额度申请", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "", "description": "adminId" }, { "key": "adminName", "value": "", "description": "adminName" } ] } }, "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "value": "" } ] } }, "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "save", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "重新提交", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "", "description": "adminId" }, { "key": "adminName", "value": "", "description": "adminName" } ] } }, "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "value": "" } ] } }, "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "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 \"creditLine\": \"\",\n \"enterpriseId\": \"\",\n \"enterpriseName\": \"\",\n \"enterpriseType\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"id\": \"\",\n \"legalpersonIdNo\": \"\",\n \"legalpersonMobile\": \"\",\n \"legalpersonName\": \"\",\n \"purpose\": {\n \"desc\": \"\",\n \"value\": \"\"\n },\n \"remark\": \"\",\n \"settlementPeriod\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=&adminName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "update", "application" ], "query": [ { "key": "adminId", "value": "" }, { "key": "adminName", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "审核授信额度申请记录", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"status\": {\n \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "value": "", "description": "adminId" } ], "variable": [ { "key": "id", "value": "", "description": "(Required) id" } ] } }, "response": [ { "name": "Created", "originalRequest": { "method": "PUT", "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 \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "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": "PUT", "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 \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "OK", "originalRequest": { "method": "PUT", "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 \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Unauthorized", "originalRequest": { "method": "PUT", "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 \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"desc\": \"\",\n \"value\": \"\"\n }\n}" }, "url": { "raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "credit", "application", "verify", "application-order", ":id" ], "query": [ { "key": "adminId", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "应付应收", "item": [ { "name": "确认付款", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "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 \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "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 \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "status": "Created", "code": 201, "_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 \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "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 \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "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 \"fundProvider\": \"\",\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/payable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "payable" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "应付导出", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/export/payable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "payable" ], "query": [ { "key": "ids", "value": "", "description": "ids" } ] } }, "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}}/admin/export/payable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "payable" ], "query": [ { "key": "ids", "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}}/admin/export/payable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "payable" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "in" }, { "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}}/admin/export/payable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "payable" ], "query": [ { "key": "ids", "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}}/admin/export/payable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "payable" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "应付列表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/get/payable-list?asc=&desc=&enterpriseName=&enterprisePrimaryName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "payable-list" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "enterpriseName", "value": "", "description": "企业名称" }, { "key": "enterprisePrimaryName", "value": "", "description": "企业主姓名" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" }, { "key": "status", "value": "", "description": "状态。0:待付款,1:已付款" }, { "key": "tradeOrderCreateTimeBegin", "value": "", "description": "交易订单创建时间begin" }, { "key": "tradeOrderCreateTimeEnd", "value": "", "description": "交易订单创建时间end" }, { "key": "tradeOrderId", "value": "", "description": "交易订单号" } ] } }, "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}}/admin/get/payable-list?asc=&desc=&enterpriseName=&enterprisePrimaryName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "payable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterprisePrimaryName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "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}}/admin/get/payable-list?asc=&desc=&enterpriseName=&enterprisePrimaryName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "payable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterprisePrimaryName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "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}}/admin/get/payable-list?asc=&desc=&enterpriseName=&enterprisePrimaryName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "payable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterprisePrimaryName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "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}}/admin/get/payable-list?asc=&desc=&enterpriseName=&enterprisePrimaryName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "payable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "enterprisePrimaryName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "确认收款", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "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 \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "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 \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "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 \"id\": \"\",\n \"realAmount\": \"\",\n \"remark\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/confirm/receivable", "host": [ "{{baseUrl}}" ], "path": [ "admin", "confirm", "receivable" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "应收导出", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/export/receivable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "receivable" ], "query": [ { "key": "ids", "value": "", "description": "ids" } ] } }, "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}}/admin/export/receivable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "receivable" ], "query": [ { "key": "ids", "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}}/admin/export/receivable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "receivable" ], "query": [ { "key": "ids", "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}}/admin/export/receivable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "receivable" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "*/*" } ], "cookie": [], "body": "in" }, { "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}}/admin/export/receivable?ids=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "export", "receivable" ], "query": [ { "key": "ids", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "应收列表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/get/receivable-list?asc=&desc=&enterpriseName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=&tradeOrderOwnerName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "receivable-list" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "enterpriseName", "value": "", "description": "企业名称" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" }, { "key": "status", "value": "", "description": "状态。0:待收款,1:已收款" }, { "key": "tradeOrderCreateTimeBegin", "value": "", "description": "交易订单创建时间begin" }, { "key": "tradeOrderCreateTimeEnd", "value": "", "description": "交易订单创建时间end" }, { "key": "tradeOrderId", "value": "", "description": "交易订单号" }, { "key": "tradeOrderOwnerName", "value": "", "description": "交易订单用户名" } ] } }, "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}}/admin/get/receivable-list?asc=&desc=&enterpriseName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=&tradeOrderOwnerName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "receivable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "value": "" }, { "key": "tradeOrderOwnerName", "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}}/admin/get/receivable-list?asc=&desc=&enterpriseName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=&tradeOrderOwnerName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "receivable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "value": "" }, { "key": "tradeOrderOwnerName", "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}}/admin/get/receivable-list?asc=&desc=&enterpriseName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=&tradeOrderOwnerName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "receivable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "value": "" }, { "key": "tradeOrderOwnerName", "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}}/admin/get/receivable-list?asc=&desc=&enterpriseName=&pageNum=&pageSize=&status=&tradeOrderCreateTimeBegin=&tradeOrderCreateTimeEnd=&tradeOrderId=&tradeOrderOwnerName=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "get", "receivable-list" ], "query": [ { "key": "asc", "value": "" }, { "key": "desc", "value": "" }, { "key": "enterpriseName", "value": "" }, { "key": "pageNum", "value": "" }, { "key": "pageSize", "value": "" }, { "key": "status", "value": "" }, { "key": "tradeOrderCreateTimeBegin", "value": "" }, { "key": "tradeOrderCreateTimeEnd", "value": "" }, { "key": "tradeOrderId", "value": "" }, { "key": "tradeOrderOwnerName", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "资金来源", "item": [ { "name": "编辑资金方记录", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "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": "" } ], "body": { "mode": "raw", "raw": "{\n \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/edit", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "edit" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "查询资金来源列表", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/fund-source/list", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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}}/admin/fund-source/list", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "list" ] } }, "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}}/admin/fund-source/list", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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}}/admin/fund-source/list", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "list" ] } }, "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}}/admin/fund-source/list", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "list" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "分页查询资金来源", "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" } ], "url": { "raw": "{{baseUrl}}/admin/fund-source/page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "page" ], "query": [ { "key": "asc", "value": "", "description": "正序" }, { "key": "desc", "value": "", "description": "倒序" }, { "key": "pageNum", "value": "", "description": "页码" }, { "key": "pageSize", "value": "", "description": "页大小" } ] } }, "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}}/admin/fund-source/page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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": "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}}/admin/fund-source/page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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": "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}}/admin/fund-source/page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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": "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}}/admin/fund-source/page?asc=&desc=&pageNum=&pageSize=", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "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": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": true, "type": "boolean" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) 代表发起请求的应用标识", "key": "X-APP-ID", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "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 \"auditAdminIdArr\": [\n \"\",\n \"\"\n ],\n \"auditAdminNameArr\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"status\": \"\"\n}" }, "url": { "raw": "{{baseUrl}}/admin/fund-source/save", "host": [ "{{baseUrl}}" ], "path": [ "admin", "fund-source", "save" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ], "variable": [ { "key": "baseUrl", "value": "//47.107.97.166:7007/payment-settlement-center", "type": "string" } ] }