文档
测试

网络主体搜索

POST
http://192.168.110.11:7777/api/entity/v1/network/search

请求头

参数名
类型
描述
必填
Authorization
Bearer eyJhbGciOiJIUzUxMiIsImlhdCI6MTYyMzM4OTkwNCwiZXhwIjoxNjIzOTk0NzA0fQ.eyJ1c2VyX2lkIjoiNjBhZTNhOWNhNWJkNGUwNWU0ZTNiZTUyIiwiZXhwaXJlZF90aW1lIjoxNjIzOTk0NzA0LjYyMTc1OH0.ZCKXBH6eJU2ebgk_BnIwbrMkpwMfaxyPCHEN1YT2V_SS2VVTE140m9R04vk4kmwmurCbveyI7Fmj8wzeoz8trg
必填

请求参数

参数名
类型
描述
必填
page_size
int
10
必填
sort_field
string
startdate
必填
sort_order
int
1、-1
必填
area_filter
列表套字典
必填
keyword
string
上海初
必填
page
int
3
必填
platform
string
" "或"jd"
必填
pf_type
string
mall 或 public 或 procedure
必填

响应参数

参数名
类型
描述
必填
code
int
2000
必填
data
object
必填
list
list
数据列表
必填
analysewebsite
string
-
必填
annualdate
string
2020-12-10
必填
annualreport
string
-
必填
areacode
string
310110
必填
city
string
-
必填
county
string
杨浦区
必填
district
string
上海
必填
email
string
-
必填
entname
string
上海金盏物业有限公司
必填
enttype
string
有限责任公司(自然人独资)
必填
industry
string
房地产业
必填
legalperson
string
曹秋萍
必填
licensenumber
string
310110001130237
必填
moreemail
string
-
必填
moretelephone
string
-
必填
openstatus
string
存续
必填
orgno
string
MA1G99BA-9
必填
persons
string
-
必填
preventname
string
-
必填
regaddr
string
上海市杨浦区殷行路833号3夹层(集中登记地)
必填
regcapital
string
200万元人民币
必填
regno
string
91310110MA1G99BA9E
必填
scope
string
一般项目:物业管理;文化场馆管理服务。(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)
必填
startdate
string
2020-12-10
必填
taxno
string
91310110MA1G99BA9E
必填
telephone
string
-
必填
platform
list
必填
shopname
string
美的轶时专卖店
必填
store
string
jd
必填
website
string
https://mall.jd.com/index-10175000.html
必填
page_size
int
10
必填
total_num
int
156528
必填
msg
string
SUCESS
必填

说明 / 示例

#### 1.2.1 网络主体搜索 - 请求方法: post - 请求路径: network/search - 请求参数 | 参数名 | 参数说明 | 备注 | | ----------- | ------------ | ------------------------------------------------------------ | | area_filter | 地区搜索条件 | 【可选参数】数组类型,目前只支持上海,江苏;存在为精确,不存在为模糊 | | keyword | 搜索框条件 | 【可选参数】string类型 | | page | 第几页 | 【可选参数】int类型 | | page_size | 页面大小 | 【可选参数】int类型 | | sort_field | 排序字段 | 【可选参数】string类型(目前支持:startdate) | | sort_order | 正序或是倒序 | 【可选参数】1是正序,-1是倒序 | | platform | string | 【必选参数】如:jd,sn,tb,wx_oap 全部传空 | | pf_type | string | 【必选参数】如:mall,public,procedure | ```python 参数例子 { "area_filter": [ { "pr": "320000", "ct": "320100", "dt": "320101" }, { "pr": "310000" }, { "pr": "320000", "ct": "320100" } ], "sort_field":"startdate", "sort_order":1, "keyword":"上海" } ``` - 响应参数 | 参数名 | 参数说明 | 备注 | | -------------- | ---------------- | ---- | | entname | 企业名称 | | | openstatus | 登记状态 | | | legalperson | 法定代表人 | | | regcapital | 注册资本 | | | startdate | 成立日期 | | | annualdate | 核准日期 | | | district | 所属省份 | | | city | 所属城市 | | | county | 所属区县 | | | telephone | 电话 | | | moretelephone | 更多电话 | | | email | 邮箱 | | | moreemail | 更多邮箱 | | | regno | 统一社会信用代码 | | | taxno | 纳税人识别号 | | | licensenumber | 注册号 | | | orgno | 组织机构代码 | | | persons | 参保人数 | | | enttype | 企业类型 | | | platform| 网上平台信息 | | | industry | 所属行业 | | | preventname | 曾用名 | | | analysewebsite | 网址 | | | regaddr | 企业地址 | | | annualreport | 最新年报地址 | | | scope | 经营范围 | | | | | | - 响应示例 ```python { "code": 2000, "data": [ { "analysewebsite": "-", "annualdate": "2020-12-10", "annualreport": "-", "areacode": "310110", "city": "-", "county": "杨浦区", "district": "上海", "email": "-", "entname": "上海金盏物业有限公司", "enttype": "有限责任公司(自然人独资)", "industry": "房地产业", "legalperson": "曹秋萍", "licensenumber": "310110001130237", "moreemail": "-", "moretelephone": "-", "openstatus": "存续", "orgno": "MA1G99BA-9", "persons": "-", "preventname": "-", "regaddr": "上海市杨浦区殷行路833号3夹层(集中登记地)", "regcapital": "200万元人民币", "regno": "91310110MA1G99BA9E", "scope": "一般项目:物业管理;文化场馆管理服务。(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)", "startdate": "2020-12-10", "taxno": "91310110MA1G99BA9E", "telephone": "-", "platform": [ { "shopname": "幸运叶子旗舰店", "store": "jd", "type":"mall" "website": "https: //mall.jd.com/index-10288815.html" } ] } ], "msg": "SUCCESS", "page_size": 10, "total_num": 156528 } ```