curl --location --request GET '/api/cps/customer/enterpriseUser/listSecretary?secretaryId'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"id": 0,
"bossId": 0,
"bossName": "",
"secretaryId": 0,
"secretaryName": "",
"secretaryPhone": "",
"secretaryDeptId": 0,
"secretaryDeptName": "",
"bookingRelationId": "",
"products": "",
"scope": "",
"deptIds": "",
"thirdUserIds": "",
"workCodes": "",
"thirdDeptIds": "",
"deptCodes": ""
}
]
}