- 登录
- 公司查询接口
- 模板
- 基础数据
- 任务
- 过往合作
- 其他
- 上市公司
- 人社线
公司内部查询接口
开发中
POST
/task/customer/qusryFuzzyMatchingCompany
/task/customer/qusryFuzzyMatchingCompany
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
company_name
string
必需
示例值:
附属
rows
string
必需
示例值:
5
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9999/api1/task/customer/qusryFuzzyMatchingCompany?company_name=附属&rows=5'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
array [object {14}]
必需
customer_type
string
可选
industry_categories
string
可选
industry_category
string
可选
superior_unit
string
可选
customer_province
string
可选
group_company
string
可选
brand_name
string
可选
company_level
string
可选
number_of_employees
string
可选
nature_of_enterprise
string
可选
customer_name
string
可选
listing
string
可选
customer_code
string
可选
customer_city
string
可选
示例
{
"code": "200",
"msg": "success",
"data": [
{
"customer_type": "government_organs",
"industry_categories": "CP",
"industry_category": "CP01",
"superior_unit": "",
"customer_province": "天津市",
"group_company": "",
"brand_name": "",
"company_level": "geren",
"number_of_employees": "",
"nature_of_enterprise": "zhongyangqiye",
"customer_name": "汕头大学医学院第一附属医院",
"listing": "",
"customer_code": "12440000455860736B",
"customer_city": "天津市"
}
]
}
修改于 2022-09-05 02:07:18