curl --location --request GET '/ent/program/select' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "ok",
"status": 200,
"data": [
{
"value": 21,
"label": "陀螺匠企业版",
"ident": "P0001",
"start_date": "2023-12-24",
"end_date": null,
"status": 3
},
{
"value": 20,
"label": "陀螺匠独立版版",
"ident": "P0002",
"start_date": null,
"end_date": null,
"status": 2
}
],
"tips": 1
}