Authorization: Bearer ********************curl --location --request GET '/gatherReady/prog/api/front/listWithPerm' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": null,
"data": [
{
"id": "string",
"version": "string",
"name": "string",
"sign": null,
"code": null,
"status": "string",
"dataSource": 0,
"isDeptProg": 0,
"isAllowMobile": 0,
"createOrgCode": null,
"createOrgName": null,
"createOgiCode": null,
"createOgiName": null,
"createDeptId": null,
"createDeptName": null,
"surveyType": null,
"manageLevel": null,
"manageOrgCode": null,
"manageOrgName": null,
"majors": [
{
"id": "string",
"progId": "string",
"name": "string",
"code": "string"
}
]
}
],
"time": "string"
}