- 登录
- 公司查询接口
- 模板
- 基础数据
- 任务
- 过往合作
- 其他
- 上市公司
- 模板管理
- 基础数据
- 样本及标签
- 标签
- 企业样本筛选查询接口POST
- 校验自定义指标接口POST
- 人社线
获取统计模板
开发中
POST
/li-enterprise-template/findStaticsTemplate
/li-enterprise-template/findStaticsTemplate
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
userNo
string
必需
示例值:
sj
示例代码
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/li-enterprise-template/findStaticsTemplate?userNo=sj'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
array [object {10}]
必需
id
integer
必需
userId
string
必需
templateType
string
必需
templateName
string
必需
templateInfo
string
必需
createTime
null
必需
createPerson
null
必需
updateTime
null
必需
updatePerson
null
必需
templateUse
string
必需
示例
{
"code": "string",
"msg": "string",
"data": [
{
"id": 0,
"userId": "string",
"templateType": "string",
"templateName": "string",
"templateInfo": "string",
"createTime": null,
"createPerson": null,
"updateTime": null,
"updatePerson": null,
"templateUse": "string"
}
]
}
修改于 2023-01-03 10:14:18