| 接口频率限制 | 100 次/分钟 |
|---|
Authorization: Bearer ********************{
"lang": "string"
}curl --location --request GET 'https://open.qfei.cn/open-apis/contract/v1/contract_categorys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang": "string"
}'{
"code": 0,
"msg": "success",
"data": {
"contract_category_resource_vo": {
"category_resources": [
{
"name": "软件采购类",
"number": "001",
"abbreviation": "RJ",
"children": [
{
"name": "软件采购类",
"number": "001",
"abbreviation": "RJ",
"id": "7892189289144446667",
"description": "该合同类型用于测试"
}
],
"id": "7798989849289",
"description": "该合同类型用于测试"
}
]
}
}
}