curl --location --request GET '/ent/program_task/select' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "ok",
"status": 200,
"data": [
{
"value": 1,
"label": "一号项目1.0版本",
"pid": 0,
"children": [
{
"value": 2,
"label": "一号项目1.0.1版本",
"pid": 1,
"children": [
{
"value": 3,
"label": "一号项目1.0.1.1版本",
"pid": 2
}
]
}
]
}
],
"tips": 1
}