curl --location 'https://openapi.weiling.cn/openapi/user/dept_user/list?access_token=undefined&cursor=undefined'{
"code": 0,
"msg": "success",
"data": {
"cursor": "",
"dept_users": [
{
"user_id": "",
"dept_id": [
"xxx",
"xxx"
]
}
]
}
}