curl --location --request GET 'https://java-admin.likeadmin.cn//api/system/dept/all'
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 3,
"pid": 1,
"name": "宏观科技",
"duty": "明康",
"mobile": "18927154977",
"sort": 10,
"isStop": 0,
"createTime": "2022-06-07 14:51:40",
"updateTime": "2022-06-07 14:51:40"
}
]
}