- 登录
- 公司查询接口
- 模板
- 基础数据
- 任务
- 过往合作
- 其他
- 上市 公司
- 人社线
企业统计接口1
开发中
GET
/enterpriseReport/report/getTwoStatistics
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数multipart/form-data
subTaskId
integer
必需
示例值:
7564
param
string
必需
示例值:
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:9999/api1/enterpriseReport/report/getTwoStatistics' \
--form 'subTaskId="7564"' \
--form 'param="{}"'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
object
必需
enterpriseNature
array [object {3}]
必需
subdivision
array [object {3}]
必需
perCapitaWage
array[string]
必需
industryCategory
array [object {3}]
必需
totalAssets
array[string]
必需
totalProfit
array[string]
必需
employees
array [object {3}]
必需
businessIncome
array [object {3}]
必需
params0
array[string]
必需
示例
{"code":"200","msg":"success","data":{"enterpriseNature":[{"property":"","count":34,"rangXh":null},{"property":"国有企业","count":16,"rangXh":null},{"property":"民营企业","count":29,"rangXh":null},{"property":"外资企业","count":193,"rangXh":null},{"property":"合资企业","count":28,"rangXh":null}],"subdivision":[{"property":"","count":299,"rangXh":null},{"property":"其他制造行业","count":1,"rangXh":null}],"perCapitaWage":[],"industryCategory":[{"property":"","count":300,"rangXh":null}],"totalAssets":[],"totalProfit":[],"employees":[{"property":"0-20","count":31,"rangXh":"2"},{"property":"100-200","count":39,"rangXh":"5"},{"property":"1000-2000","count":6,"rangXh":"10"},{"property":"20-50","count":50,"rangXh":"3"},{"property":"200-300","count":20,"rangXh":"6"},{"property":"2000-5000","count":5,"rangXh":"11"},{"property":"300-500","count":18,"rangXh":"7"},{"property":"50-100","count":48,"rangXh":"4"},{"property":"500-800","count":14,"rangXh":"8"},{"property":"800-1000","count":4,"rangXh":"9"}],"businessIncome":[{"property":"0至500W","count":14,"rangXh":"5"},{"property":"1000至2000W","count":10,"rangXh":"7"},{"property":"10亿至20亿","count":9,"rangXh":"13"},{"property":"1亿至2亿","count":25,"rangXh":"10"},{"property":"2000至5000W","count":24,"rangXh":"8"},{"property":"20亿至50亿","count":9,"rangXh":"14"},{"property":"2亿至5亿","count":26,"rangXh":"11"},{"property":"5000W至1亿","count":27,"rangXh":"9"},{"property":"500W至1000W","count":4,"rangXh":"6"},{"property":"50亿至100亿","count":2,"rangXh":"15"},{"property":"5亿至10亿","count":10,"rangXh":"12"},{"property":"大于100亿","count":3,"rangXh":"16"}],"params0":[]}}