curl --location --request GET 'http://www.likeadmin.localhost/adminapi/dept.jobs/lists' \
--header 'token: {{token}}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"name": "string",
"code": "string",
"sort": 0,
"status": 0,
"remark": "string",
"create_time": null,
"update_time": null,
"delete_time": null,
"status_desc": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}