You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6208 lines
151 KiB

{
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/export/parameter?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"export",
"parameter"
],
"query": [
{
"key": "ids",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/export/parameter?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"export",
"parameter"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/export/parameter?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"export",
"parameter"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/export/parameter?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"export",
"parameter"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/export/parameter?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"export",
"parameter"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=<string>&desc=<string>&enterpriseName=<string>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit-list"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "enterpriseName",
"value": "<string>",
"description": "企业名称"
},
{
"key": "legalpersonMobile",
"value": "<string>",
"description": "法人手机号"
},
{
"key": "legalpersonName",
"value": "<string>",
"description": "法人名字"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=<string>&desc=<string>&enterpriseName=<string>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=<string>&desc=<string>&enterpriseName=<string>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=<string>&desc=<string>&enterpriseName=<string>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit-list?asc=<string>&desc=<string>&enterpriseName=<string>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/get/enterprise-credit/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"get",
"enterprise-credit",
":id"
],
"variable": [
{
"key": "id",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"order",
"get",
"order-list",
":id"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
},
{
"key": "timeBegin",
"value": "<string>",
"description": "开始时间"
},
{
"key": "timeEnd",
"value": "<string>",
"description": "结束时间"
}
],
"variable": [
{
"key": "id",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"order",
"get",
"order-list",
":id"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"order",
"get",
"order-list",
":id"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"order",
"get",
"order-list",
":id"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/order/get/order-list/:id?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"order",
"get",
"order-list",
":id"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
],
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterpriseType=<integer>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order-list"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "enterpriseName",
"value": "<string>",
"description": "企业名称"
},
{
"key": "enterpriseType",
"value": "<integer>",
"description": "类别。1)云印客户2)印刷包装厂3)造纸厂4)打包厂5)原纸供应商6)设备供应商7)其他"
},
{
"key": "legalpersonMobile",
"value": "<string>",
"description": "法人手机号"
},
{
"key": "legalpersonName",
"value": "<string>",
"description": "法人名字"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
},
{
"key": "status",
"value": "<integer>",
"description": "状态。1)待审核2)审核通过3)审核驳回"
},
{
"key": "timeBegin",
"value": "<string>",
"description": "开始时间"
},
{
"key": "timeEnd",
"value": "<string>",
"description": "结束时间"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterpriseType=<integer>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterpriseType",
"value": "<integer>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterpriseType=<integer>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterpriseType",
"value": "<integer>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterpriseType=<integer>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterpriseType",
"value": "<integer>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterpriseType=<integer>&legalpersonMobile=<string>&legalpersonName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&timeBegin=<string>&timeEnd=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterpriseType",
"value": "<integer>"
},
{
"key": "legalpersonMobile",
"value": "<string>"
},
{
"key": "legalpersonName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "timeBegin",
"value": "<string>"
},
{
"key": "timeEnd",
"value": "<string>"
}
]
}
},
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/credit/application/get/application-order/:id",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"get",
"application-order",
":id"
],
"variable": [
{
"key": "id",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>",
"description": "adminId"
},
{
"key": "adminName",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/save/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"save",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>",
"description": "adminId"
},
{
"key": "adminName",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"creditLine\": \"<number>\",\n \"enterpriseId\": \"<long>\",\n \"enterpriseName\": \"<string>\",\n \"enterpriseType\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"id\": \"<long>\",\n \"legalpersonIdNo\": \"<string>\",\n \"legalpersonMobile\": \"<string>\",\n \"legalpersonName\": \"<string>\",\n \"purpose\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n },\n \"remark\": \"<string>\",\n \"settlementPeriod\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/update/application?adminId=<long>&adminName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"update",
"application"
],
"query": [
{
"key": "adminId",
"value": "<long>"
},
{
"key": "adminName",
"value": "<string>"
}
]
}
},
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>",
"description": "adminId"
}
],
"variable": [
{
"key": "id",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"status\": {\n \"desc\": \"<string>\",\n \"value\": \"<integer>\"\n }\n}"
},
"url": {
"raw": "{{baseUrl}}/admin/credit/application/verify/application-order/:id?adminId=<long>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"credit",
"application",
"verify",
"application-order",
":id"
],
"query": [
{
"key": "adminId",
"value": "<long>"
}
],
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"fundProvider\": \"<integer>\",\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/payable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"payable"
],
"query": [
{
"key": "ids",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/payable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"payable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/payable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"payable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/payable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"payable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/payable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"payable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/payable-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterprisePrimaryName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"payable-list"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "enterpriseName",
"value": "<string>",
"description": "企业名称"
},
{
"key": "enterprisePrimaryName",
"value": "<string>",
"description": "企业主姓名"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
},
{
"key": "status",
"value": "<integer>",
"description": "状态。0:待付款,1:已付款"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>",
"description": "交易订单创建时间begin"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>",
"description": "交易订单创建时间end"
},
{
"key": "tradeOrderId",
"value": "<string>",
"description": "交易订单号"
}
]
}
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/payable-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterprisePrimaryName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"payable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterprisePrimaryName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/payable-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterprisePrimaryName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"payable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterprisePrimaryName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/payable-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterprisePrimaryName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"payable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterprisePrimaryName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/payable-list?asc=<string>&desc=<string>&enterpriseName=<string>&enterprisePrimaryName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"payable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "enterprisePrimaryName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<string>"
}
]
}
},
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": \"<long>\",\n \"realAmount\": \"<number>\",\n \"remark\": \"<string>\"\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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/receivable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"receivable"
],
"query": [
{
"key": "ids",
"value": "<string>",
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/receivable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"receivable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/receivable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"receivable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/receivable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"receivable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/export/receivable?ids=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"export",
"receivable"
],
"query": [
{
"key": "ids",
"value": "<string>"
}
]
}
},
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/receivable-list?asc=<string>&desc=<string>&enterpriseName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<long>&tradeOrderOwnerName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"receivable-list"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "enterpriseName",
"value": "<string>",
"description": "企业名称"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
},
{
"key": "status",
"value": "<integer>",
"description": "状态。0:待收款,1:已收款"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>",
"description": "交易订单创建时间begin"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>",
"description": "交易订单创建时间end"
},
{
"key": "tradeOrderId",
"value": "<long>",
"description": "交易订单号"
},
{
"key": "tradeOrderOwnerName",
"value": "<string>",
"description": "交易订单用户名"
}
]
}
},
"response": [
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/receivable-list?asc=<string>&desc=<string>&enterpriseName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<long>&tradeOrderOwnerName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"receivable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<long>"
},
{
"key": "tradeOrderOwnerName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/receivable-list?asc=<string>&desc=<string>&enterpriseName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<long>&tradeOrderOwnerName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"receivable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<long>"
},
{
"key": "tradeOrderOwnerName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/receivable-list?asc=<string>&desc=<string>&enterpriseName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<long>&tradeOrderOwnerName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"receivable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<long>"
},
{
"key": "tradeOrderOwnerName",
"value": "<string>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/get/receivable-list?asc=<string>&desc=<string>&enterpriseName=<string>&pageNum=<integer>&pageSize=<integer>&status=<integer>&tradeOrderCreateTimeBegin=<string>&tradeOrderCreateTimeEnd=<string>&tradeOrderId=<long>&tradeOrderOwnerName=<string>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"get",
"receivable-list"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "enterpriseName",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
},
{
"key": "status",
"value": "<integer>"
},
{
"key": "tradeOrderCreateTimeBegin",
"value": "<string>"
},
{
"key": "tradeOrderCreateTimeEnd",
"value": "<string>"
},
{
"key": "tradeOrderId",
"value": "<long>"
},
{
"key": "tradeOrderOwnerName",
"value": "<string>"
}
]
}
},
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"id\": \"<long>\",\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"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": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/fund-source/page?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"fund-source",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>",
"description": "正序"
},
{
"key": "desc",
"value": "<string>",
"description": "倒序"
},
{
"key": "pageNum",
"value": "<integer>",
"description": "页码"
},
{
"key": "pageSize",
"value": "<integer>",
"description": "页大小"
}
]
}
},
"response": [
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"description": {
"content": "Added as a part of security scheme: apikey",
"type": "text/plain"
},
"key": "Authorization",
"value": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/fund-source/page?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"fund-source",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/fund-source/page?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"fund-source",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/fund-source/page?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"fund-source",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"url": {
"raw": "{{baseUrl}}/admin/fund-source/page?asc=<string>&desc=<string>&pageNum=<integer>&pageSize=<integer>",
"host": [
"{{baseUrl}}"
],
"path": [
"admin",
"fund-source",
"page"
],
"query": [
{
"key": "asc",
"value": "<string>"
},
{
"key": "desc",
"value": "<string>"
},
{
"key": "pageNum",
"value": "<integer>"
},
{
"key": "pageSize",
"value": "<integer>"
}
]
}
},
"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": "<string>"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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": "<API Key>"
},
{
"description": "(Required) 代表发起请求的应用标识",
"key": "X-APP-ID",
"value": "<string>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"auditAdminIdArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"auditAdminNameArr\": [\n \"<string>\",\n \"<string>\"\n ],\n \"name\": \"<string>\",\n \"status\": \"<integer>\"\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"
}
]
}