暂无描述
Authorization: Bearer ********************
{
"userRangeType": 2,
"keyword": "东",
"userRange": {
"department": [
],
"dynamic": [
{
"fid": "createBy",
"dynamicType": 7,
"fieldName": "申请人"
}
],
"includeSubDepartment": true
}
}
curl --location --request POST 'https://api.tolink.cloud/apply/departmentOption' \
--header 'Content-Type: application/json' \
--data-raw '{
"userRangeType": 2,
"keyword": "东",
"userRange": {
"department": [
],
"dynamic": [
{
"fid": "createBy",
"dynamicType": 7,
"fieldName": "申请人"
}
],
"includeSubDepartment": true
}
}'
{
"code": 0,
"data": [
{
"canCheck": true,
"checked": false,
"children": [],
"icon": "",
"id": 1,
"level": 0,
"name": "东莞足够网络工作室",
"parentId": 0
}
],
"msg": "success"
}