token: ********************curl --location 'https://safe.fetribe.cn/adminapi/tag.tag/lists' \
--header 'token: <api-key>'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 14,
"name": "优秀员工",
"dept_id": 36
},
{
"id": 12,
"name": "好师傅",
"dept_id": 36
}
],
"count": 3,
"page_no": 1,
"page_size": 25,
"extend": []
}
}