| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"dept_id": 50
}curl --location --request POST 'http://127.0.0.1/topapi/industry/department/get?access_token=bE74xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"dept_id": 50
}'{
"result": {
"feature": "string",
"contact_type": "string",
"dept_type": "string",
"super_id": 0,
"name": "string"
},
"success": true,
"errcode": 0,
"errmsg": "string",
"request_id": {}
}