Authorization: Bearer ********************curl --location '/admin-api/system/dept/list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 1024,
"name": "芋道",
"parentId": 1024,
"sort": 1024,
"leaderUserId": 2048,
"phone": "15601691000",
"email": "xecho@iocoder.cn",
"status": 1,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"msg": "string"
}