curl --location --request GET 'https://api.test.superdir.cn/admin/college/industry/list?name' \
--header 'Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJiaXpfaWQiOjMsInVpZCI6ImNrNGZ0YW9ianU1M21paWR2Z2IwIiwiaWRlbnRpdHkiOjEsImNsaWVudCI6MSwiZXhwIjoxNzUyOTc0OTQ2fQ.8rYUxShygWA-9qDdE0ZwAJNZ9yyb4f6kJhJd5zj1GTw' \
--header 'bizid: 3' \
--header 'version: 1.7.7.6' \
--header 'language: zh-CN' \
--header 'business-code: 1001' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "OK",
"data": {
"item": [
{
"id": 9,
"name": "3",
"p_id": 0,
"level": 1,
"sort_idx": 0,
"create_uid": "ckkba034v3slddp5hd90",
"creator": "{\"uid\":\"ckkba034v3slddp5hd90\",\"name\":\"沈昌斌\"}",
"last_modifier": "{\"uid\":\"ckkba034v3slddp5hd90\",\"name\":\"沈昌斌\"}",
"created_at": 1716970479,
"updated_at": 1716970556
},
{
"id": 5,
"name": "1-1",
"p_id": 3,
"level": 2,
"sort_idx": 0,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885277,
"updated_at": 1716885342
},
{
"id": 8,
"name": "2-1-1",
"p_id": 6,
"level": 3,
"sort_idx": 1,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885441,
"updated_at": 1716885441
},
{
"id": 7,
"name": "1-1-1",
"p_id": 5,
"level": 3,
"sort_idx": 1,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885418,
"updated_at": 1716885418
},
{
"id": 3,
"name": "1",
"p_id": 0,
"level": 1,
"sort_idx": 1,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885123,
"updated_at": 1716885123
},
{
"id": 6,
"name": "2-1",
"p_id": 4,
"level": 2,
"sort_idx": 2,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885314,
"updated_at": 1716885314
},
{
"id": 4,
"name": "2",
"p_id": 0,
"level": 1,
"sort_idx": 2,
"create_uid": "",
"creator": "",
"last_modifier": "",
"created_at": 1716885147,
"updated_at": 1716885147
}
]
}
}