curl --location --request GET 'https://java-admin.likeadmin.cn//api/system/dept/detail?id='
{
"code": 200,
"msg": "成功",
"data": {
"id": 1,
"pid": 0,
"name": "可靠科技1",
"duty": "萧惊鸿",
"mobile": "18927154977",
"sort": 10,
"isStop": 0,
"createTime": "2022-04-13 17:26:35",
"updateTime": "2022-06-07 11:02:35"
}
}