curl --location --request GET 'https://open.weibanzhushou.com/open-api/department/list?id=1&access_token='
{
"errcode": 0,
"errmsg": "ok",
"department": [
{
"id": 1,
"name": "测试部门",
"name_en": "",
"parentid": 0,
"order": 1
}
]
}