|
@@ -1682,6 +1682,51 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/seal/company_name_list": {
|
|
|
+ "get": {
|
|
|
+ "tags": [
|
|
|
+ "seal"
|
|
|
+ ],
|
|
|
+ "description": "获取客户名称列表",
|
|
|
+ "operationId": "SealCommon.根据客户名称关键词获取系统中的客户名称列表",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "in": "query",
|
|
|
+ "name": "Keyword",
|
|
|
+ "description": "客户名称关键词",
|
|
|
+ "required": true,
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "in": "query",
|
|
|
+ "name": "PageSize",
|
|
|
+ "description": "每页数据量",
|
|
|
+ "required": true,
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int64"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "in": "query",
|
|
|
+ "name": "CurrentIndex",
|
|
|
+ "description": "页码",
|
|
|
+ "required": true,
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int64"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/company.CompanyNameList"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/seal/detail": {
|
|
|
"get": {
|
|
|
"tags": [
|
|
@@ -2090,16 +2135,16 @@
|
|
|
}
|
|
|
},
|
|
|
"definitions": {
|
|
|
- "1635.\u003cnil\u003e.0xc00077c780": {
|
|
|
- "title": "0xc00077c780",
|
|
|
+ "1635.\u003cnil\u003e.0xc0007acbe8": {
|
|
|
+ "title": "0xc0007acbe8",
|
|
|
"type": "object"
|
|
|
},
|
|
|
- "645.\u003cnil\u003e.0xc00077c3d8": {
|
|
|
- "title": "0xc00077c3d8",
|
|
|
+ "645.\u003cnil\u003e.0xc0007ac840": {
|
|
|
+ "title": "0xc0007ac840",
|
|
|
"type": "object"
|
|
|
},
|
|
|
- "722.\u003cnil\u003e.0xc00077cab0": {
|
|
|
- "title": "0xc00077cab0",
|
|
|
+ "722.\u003cnil\u003e.0xc0007acf18": {
|
|
|
+ "title": "0xc0007acf18",
|
|
|
"type": "object"
|
|
|
},
|
|
|
"admin.LoginReq": {
|
|
@@ -2213,7 +2258,7 @@
|
|
|
"description": "审批流",
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/645.\u003cnil\u003e.0xc00077c3d8"
|
|
|
+ "$ref": "#/definitions/645.\u003cnil\u003e.0xc0007ac840"
|
|
|
}
|
|
|
},
|
|
|
"PermissionList": {
|
|
@@ -2385,6 +2430,25 @@
|
|
|
"title": "CompanyApprovalMessageReadReq",
|
|
|
"type": "object"
|
|
|
},
|
|
|
+ "company.CompanyNameList": {
|
|
|
+ "title": "CompanyNameList",
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "CompanyId": {
|
|
|
+ "description": "客户ID",
|
|
|
+ "type": "integer",
|
|
|
+ "format": "int64"
|
|
|
+ },
|
|
|
+ "CompanyName": {
|
|
|
+ "description": "客户名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "CreditCode": {
|
|
|
+ "description": "社会统一信用码",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"company_approval.CompanyApprovalList": {
|
|
|
"title": "CompanyApprovalList",
|
|
|
"type": "object",
|
|
@@ -3101,7 +3165,7 @@
|
|
|
"description": "审批流",
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/1635.\u003cnil\u003e.0xc00077c780"
|
|
|
+ "$ref": "#/definitions/1635.\u003cnil\u003e.0xc0007acbe8"
|
|
|
}
|
|
|
},
|
|
|
"OpButton": {
|
|
@@ -4471,7 +4535,7 @@
|
|
|
"description": "审批流",
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/722.\u003cnil\u003e.0xc00077cab0"
|
|
|
+ "$ref": "#/definitions/722.\u003cnil\u003e.0xc0007acf18"
|
|
|
}
|
|
|
},
|
|
|
"OpButton": {
|